mirror of
https://github.com/remko/waforth
synced 2024-12-28 10:00:06 +01:00
5 lines
129 B
Text
5 lines
129 B
Text
extends:
|
|
- plugin:react/recommended
|
|
rules:
|
|
react/react-in-jsx-scope: 0
|
|
no-unused-vars: [2, { "varsIgnorePattern": "^h$" }]
|