715f4af179
Second part of reorganizing and cleaning up test-folders.
10 lines
130 B
JavaScript
10 lines
130 B
JavaScript
module.exports = {
|
|
extends: '../../.eslintrc.js',
|
|
env: {
|
|
mocha: true
|
|
},
|
|
parserOptions: {
|
|
ecmaVersion: 2018
|
|
}
|
|
};
|