waforth/tests/benchmarks/.eslintrc

6 lines
129 B
Text
Raw Normal View History

2018-05-29 21:14:22 +02:00
extends:
- plugin:react/recommended
rules:
react/react-in-jsx-scope: 0
no-unused-vars: [2, { "varsIgnorePattern": "^h$" }]