aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorBrendan F <EpicWolverine@users.noreply.github.com>2023-06-25 17:14:20 -0700
committerBrendan F <EpicWolverine@users.noreply.github.com>2023-06-25 17:14:20 -0700
commit3ecbe70fa70b187a03b727fd21b1fb36d46442d1 (patch)
treec43090ebb9cd9b90e1c169750f658411bd660d71 /.eslintrc.js
parent1d89c9d43f05aa09b6449882bfcd9a5810438f49 (diff)
Fix lint issues
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 3fccc68..3c946a1 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -42,4 +42,11 @@ module.exports = {
"@typescript-eslint/explicit-module-boundary-types": [0],
},
+ "settings": {
+ "react": {
+ "createClass": "createReactClass",
+ "pragma": "React",
+ "version": "detect"
+ }
+ }
};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage