react-native-zero-theme
Version:
Zero Molecule Theme plugin for React Native
16 lines (15 loc) • 325 B
JavaScript
module.exports = {
env: {
browser: true,
node: true,
},
parser: 'babel-eslint',
extends: 'airbnb',
rules: {
'global-require': 'off',
'react/no-array-index-key': 'off',
'react/jsx-filename-extension': 'off',
'react/forbid-prop-types': 'off',
'lines-between-class-members': 'off',
},
};