Initial Skynet premium portal suppport
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:react/recommended"
|
||||
"plugin:react/recommended",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"parser": "babel-eslint",
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
@@ -17,9 +19,14 @@
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
"prettier",
|
||||
"react",
|
||||
"jest"
|
||||
],
|
||||
"rules": {
|
||||
"prettier/prettier": "warn",
|
||||
"react/prop-types": "warn",
|
||||
"no-prototype-builtins": "warn",
|
||||
"react/no-string-refs": "warn"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user