mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 06:53:47 +08:00
Fix JSX linting
This commit is contained in:
parent
80e1cd841d
commit
b0d94dcb95
|
@ -27,7 +27,12 @@
|
||||||
"$": true,
|
"$": true,
|
||||||
"moment": true
|
"moment": true
|
||||||
},
|
},
|
||||||
|
"plugins": [
|
||||||
|
"react"
|
||||||
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"react/jsx-uses-vars": 1,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Strict mode
|
* Strict mode
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user