mirror of
https://github.com/remko/waforth
synced 2025-01-07 05:24:54 +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$" }]
|