mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-17 23:00:21 +00:00
chore(lint): lint all and remove extra files
This commit is contained in:
@@ -7,11 +7,7 @@ module.exports = {
|
||||
es2021: true,
|
||||
node: true
|
||||
},
|
||||
extends: [
|
||||
'plugin:promise/recommended',
|
||||
'plugin:sonarjs/recommended',
|
||||
'standard'
|
||||
],
|
||||
extends: ['plugin:promise/recommended', 'plugin:sonarjs/recommended', 'standard'],
|
||||
parserOptions: {
|
||||
ecmaVersion: 12
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user