You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
398 B
JSON
29 lines
398 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"airbnb",
|
|
"airbnb/hooks",
|
|
"prettier"
|
|
],
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
},
|
|
"settings": {
|
|
"import/extensions": [
|
|
".js",
|
|
".jsx"
|
|
],
|
|
"import/core-modules": [
|
|
"electron"
|
|
]
|
|
},
|
|
"parser": "@babel/eslint-parser"
|
|
}
|