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
12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
{
|
|
"plugins": ["node"],
|
|
"extends": [
|
|
"plugin:node/recommended",
|
|
"airbnb-base",
|
|
"../.eslintrc"
|
|
],
|
|
"rules": {
|
|
"no-use-before-define": "off"
|
|
}
|
|
}
|