mirror of
https://github.com/qwertyforce/scenery.git
synced 2025-05-01 13:10:14 +00:00
Update .eslintrc.js
This commit is contained in:
parent
6073d0befa
commit
d757cdb36a
@ -23,6 +23,7 @@ module.exports = {
|
||||
],
|
||||
"rules": {
|
||||
// suppress errors for missing 'import React' in files
|
||||
"@typescript-eslint/explicit-module-boundary-types": "off",
|
||||
"react/react-in-jsx-scope": "off",
|
||||
// allow jsx syntax in js files (for next.js project)
|
||||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx",".ts", ".tsx"] }], //should add ".ts" if typescript project
|
||||
|
Loading…
x
Reference in New Issue
Block a user