generator-react-native-tvos
Version:
React Native tvOS application generator
31 lines (30 loc) • 689 B
Plain Text
{
"parser": "babel-eslint",
"extends": "airbnb",
"globals": {
"__DEV__": true
},
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"jest": true,
"node": true,
},
"rules": {
"react/jsx-curly-brace-presence": 0,
"react/jsx-filename-extension": 0,
"react/prefer-stateless-function": 0,
"no-underscore-dangle": 0,
"arrow-parens": 0,
"no-return-assign": 0,
"function-paren-newline": 0,
"object-curly-newline": 0,
"import/prefer-default-export": 0,
"react/forbid-prop-types": 0,
"react/no-danger": 0,
"jsx-a11y/label-has-for": 0,
"jsx-a11y/href-no-hash": 0,
"jsx-a11y/anchor-is-valid": 0
}
}