Skip to content

Commit

Permalink
Added ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Howard committed Jun 27, 2024
1 parent 75bc354 commit 074bf9b
Show file tree
Hide file tree
Showing 20 changed files with 1,216 additions and 71 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
16 changes: 16 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/no-unused-vars": ["off"]
}
}
25 changes: 14 additions & 11 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

25 changes: 14 additions & 11 deletions dist/mistreevous.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/mistreevous.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mistreevous.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/mistreevous.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 074bf9b

Please sign in to comment.