mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
32 lines
872 B
Plaintext
32 lines
872 B
Plaintext
{
|
|
"globals": {
|
|
"atob": true,
|
|
"Blob": true,
|
|
"fetch": true,
|
|
"window": true,
|
|
"document": true,
|
|
"FileReader": true,
|
|
"localStorage": true
|
|
},
|
|
"extends": ["airbnb", "prettier"],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
|
|
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
|
"jsx-a11y/label-has-associated-control": 0,
|
|
"react/jsx-one-expression-per-line": 0,
|
|
"react/jsx-props-no-spreading": 0,
|
|
"prettier/prettier": ["error"],
|
|
"react/no-array-index-key": 0,
|
|
"jsx-a11y/anchor-is-valid": 0,
|
|
"react/button-has-type": 0,
|
|
"no-unused-expressions": 0,
|
|
"no-restricted-syntax": 0,
|
|
"no-param-reassign": 0,
|
|
"consistent-return": 0,
|
|
"no-nested-ternary": 0,
|
|
"react/prop-types": 0,
|
|
"no-plusplus": 0
|
|
}
|
|
}
|