Remove a test file which is no longer used

This commit is contained in:
w0rp 2017-05-25 23:05:03 +01:00
parent 3840cebbc4
commit fb07971290
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
module.exports = {
parserOptions: {
ecmaVersion: 6,
sourceType: "module",
},
rules: {
semi: 'error',
'space-infix-ops': 'warn',
radix: 'error',
}
}