UNPKG

config-oclock

Version:

Config O'clock (eslint, babel, prettier, ...) which have same packages in front and back side

11 lines (10 loc) 319 B
module.exports = { // View link below for react rules documentation // https://github.com/yannickcr/eslint-plugin-react#list-of-supported-rules rules: { 'react/jsx-filename-extension': 'off', 'react/no-danger': 'off', 'react/forbid-prop-types': 'off', 'react/no-unused-prop-types': 'off', }, };