waforth/tests/benchmarks/.eslintrc
2018-05-29 22:49:43 +02:00

5 lines
129 B
Text

extends:
- plugin:react/recommended
rules:
react/react-in-jsx-scope: 0
no-unused-vars: [2, { "varsIgnorePattern": "^h$" }]