q9
This commit is contained in:
20
node_modules/wait-on/.eslintrc.js
generated
vendored
Normal file
20
node_modules/wait-on/.eslintrc.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
mocha: true
|
||||
},
|
||||
plugins: ['chai-friendly'],
|
||||
extends: ['standard', 'prettier'],
|
||||
root: true,
|
||||
rules: {
|
||||
'no-use-before-define': 'off',
|
||||
'no-unused-vars': [
|
||||
'error',
|
||||
{
|
||||
varsIgnorePattern: 'should|expect'
|
||||
}
|
||||
],
|
||||
// disable the original no-unused-expressions use chai-friendly
|
||||
'no-unused-expressions': 'off',
|
||||
'chai-friendly/no-unused-expressions': 'error'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user