UNPKG

eslint-config-jam

Version:

eslint config based on airbnb with overkill rules disabled

12 lines (11 loc) 305 B
"use strict"; module.exports = { rules: { 'react/destructuring-assignment': 'off', 'react/forbid-prop-types': 'off', 'react/jsx-filename-extension': 'off', 'react/jsx-one-expression-per-line': 'off', 'react/no-this-in-sfc': 'off', 'react/prefer-stateless-function': 'off' } };