mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +02:00
Fix JSX linting
This commit is contained in:
@@ -27,7 +27,12 @@
|
|||||||
"$": true,
|
"$": true,
|
||||||
"moment": true
|
"moment": true
|
||||||
},
|
},
|
||||||
|
"plugins": [
|
||||||
|
"react"
|
||||||
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"react/jsx-uses-vars": 1,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Strict mode
|
* Strict mode
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user