Skip to content

Commit

Permalink
UPDATE: Added ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
mortolian committed Sep 4, 2023
1 parent aeababe commit 05823d6
Show file tree
Hide file tree
Showing 1,319 changed files with 247,436 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
env:
browser: true
commonjs: true
es2021: true
extends: eslint:recommended
parserOptions:
ecmaVersion: latest
rules: {}
1 change: 1 addition & 0 deletions node_modules/.bin/acorn

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

1 change: 1 addition & 0 deletions node_modules/.bin/eslint

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

1 change: 1 addition & 0 deletions node_modules/.bin/js-yaml

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

1 change: 1 addition & 0 deletions node_modules/.bin/node-which

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

1 change: 1 addition & 0 deletions node_modules/.bin/rimraf

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

Loading

0 comments on commit 05823d6

Please sign in to comment.