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
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
{
|
|
"extends": [
|
|
"plugin:node/recommended",
|
|
"airbnb-base",
|
|
"../.eslintrc"
|
|
],
|
|
"plugins": ["node"],
|
|
"rules": {}
|
|
}
|