reusable-react-components
Version:
Reusable react components
27 lines • 566 B
Plain Text
{
"extends": "airbnb",
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"browser": true,
"node": true,
"mocha": true,
"es6": true
},
"rules": {
"semi": "off",
"comma-dangle": "off",
"import/no-extraneous-dependencies": "off",
"space-before-function-paren": "off",
"react/jsx-filename-extension": "off",
"jsx-quotes": "off",
"react/no-array-index-key": "off",
"jsx-a11y/label-has-for": "off",
"no-nested-ternary": "off"
}
}