6dc4fc6acd
* Apply prettier fixes for UI * Integrate prettier into linting. Remove duplicate .prettierrc. * Common .eslintignore. Removed reduntant prettier check * Apply prettier on ui script * Correct linting * Duplicate plugin * Common plugin
14 lines
195 B
Plaintext
14 lines
195 B
Plaintext
{
|
|
"extends": [
|
|
"react-app",
|
|
"../.eslintrc"
|
|
],
|
|
"rules": {
|
|
"no-use-before-define": "off"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaFeatures": {
|
|
"legacyDecorators": true
|
|
}
|
|
}
|
|
} |