react-smart-app-banner
Version:
A simple smart app banner implementation with React.js support
51 lines (49 loc) • 1.04 kB
Plain Text
{
"env": {
"browser": true,
"node": true,
"jasmine": true,
"jest": true
},
"globals": {
"React": true,
"$": true,
"jQuery": true
},
"ecmaFeatures": {
"jsx": true
},
"parser": "babel-eslint",
"rules": {
"quotes": 0,
"key-spacing": 0,
"no-var": 0,
"vars-on-top": 0,
"func-names": 0,
"eqeqeq": 0,
"consistent-return": 0,
"no-multi-spaces": 0,
"new-cap": 0,
"jsx-quotes": 0,
"semi": 0,
"comma-dangle": 0,
"react/no-multi-comp": 0,
"react/jsx-closing-bracket-location": 1,
"react/jsx-curly-spacing": 1,
"react/jsx-indent-props": [1, 2],
"react/jsx-key": 1,
"react/jsx-no-duplicate-props": 1,
"react/jsx-pascal-case": 1,
"react/no-unknown-property": 1,
"react/prefer-es6-class": 1,
"react/self-closing-comp": 1,
"react/sort-comp": 1,
"react/wrap-multilines": 1,
"react/prop-types": 1,
"react/no-did-update-set-state": 1,
"react/no-did-mount-set-state": 1
},
"plugins": [
"react"
]
}