remove eslint:recommended already part of sauron-node, move ecmaversion to year based value
parent
fe089f742e
commit
eea9e7328b
|
@ -1,9 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
extends: ['eslint:recommended', 'ash-nazg/sauron-node'],
|
||||
extends: ['ash-nazg/sauron-node'],
|
||||
parserOptions: {
|
||||
"ecmaVersion": 10,
|
||||
"ecmaVersion": 2020,
|
||||
sourceType: 'module'
|
||||
},
|
||||
env: {
|
||||
|
|
Loading…
Reference in New Issue