mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
28 lines
620 B
Plaintext
28 lines
620 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"allowImportExportEverywhere": false,
|
|
"codeFrame": false
|
|
},
|
|
"extends": [
|
|
"airbnb",
|
|
"plugin:react/recommended",
|
|
"prettier",
|
|
"prettier/react"
|
|
],
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"jsx-a11y/no-static-element-interactions": 0,
|
|
"jsx-a11y/click-events-have-key-events": 0,
|
|
"jsx-a11y/label-has-associated-control": 0,
|
|
"react/jsx-filename-extension": 0,
|
|
"react/no-array-index-key": 0,
|
|
"no-param-reassign": 0,
|
|
"react/prop-types": 0,
|
|
"no-plusplus": 0
|
|
}
|
|
} |