Move integration-testing-folder in tests-folder
Third part of reorganizing and cleaning up test-folders.
This commit is contained in:
committed by
Jay Linski
parent
715f4af179
commit
edc65b5c19
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
extends: ['eslint:recommended', 'plugin:es5/no-es2015', 'prettier'],
|
||||
globals: {
|
||||
self: false
|
||||
},
|
||||
env: {
|
||||
node: true
|
||||
},
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
'no-var': 'off'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user