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