Remove a test file which is no longer used
This commit is contained in:
parent
3840cebbc4
commit
fb07971290
1 changed files with 0 additions and 11 deletions
11
.eslintrc.js
11
.eslintrc.js
|
@ -1,11 +0,0 @@
|
|||
module.exports = {
|
||||
parserOptions: {
|
||||
ecmaVersion: 6,
|
||||
sourceType: "module",
|
||||
},
|
||||
rules: {
|
||||
semi: 'error',
|
||||
'space-infix-ops': 'warn',
|
||||
radix: 'error',
|
||||
}
|
||||
}
|
Reference in a new issue