UNPKG

eslint-config-precure

Version:

ESLint shareable config for precure

14 lines (12 loc) 337 B
// @flow // see https://github.com/sindresorhus/eslint-plugin-unicorn module.exports = { plugins: ['unicorn'], extends: 'plugin:unicorn/recommended', rules: { // react環境等で変えたい 'unicorn/filename-case': 0, // 多く場合flowtypeを使うので無効 'unicorn/no-fn-reference-in-iterator': 0, }, }