TEMP
This commit is contained in:
parent
c35174ef63
commit
b82b73f7c2
1 changed files with 1 additions and 7 deletions
|
@ -4,7 +4,6 @@
|
|||
"airbnb",
|
||||
"plugin:import/electron",
|
||||
"plugin:flowtype/recommended",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"settings": {
|
||||
"import/resolver": {
|
||||
|
@ -28,11 +27,6 @@
|
|||
"rules": {
|
||||
"import/no-commonjs": "warn",
|
||||
"import/no-amd": "warn",
|
||||
"func-names": ["warn", "as-needed"],
|
||||
"prettier/prettier": ["error", {
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 100,
|
||||
"singleQuote": true
|
||||
}]
|
||||
"func-names": ["warn", "as-needed"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue