first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
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'
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue