mirror of
https://github.com/remko/waforth
synced 2025-01-08 05:24:56 +01:00
6 lines
129 B
Text
6 lines
129 B
Text
|
extends:
|
||
|
- plugin:react/recommended
|
||
|
rules:
|
||
|
react/react-in-jsx-scope: 0
|
||
|
no-unused-vars: [2, { "varsIgnorePattern": "^h$" }]
|