Skip to content

Commit

Permalink
adds eslint (w3c#66)
Browse files Browse the repository at this point in the history
* adds eslint

* removes eslint and typescript plugins

with default rule configs. We can add these back later if needed

* Update package.json

Co-authored-by: jugglinmike <[email protected]>

---------

Co-authored-by: jugglinmike <[email protected]>
  • Loading branch information
ChrisC and jugglinmike authored Aug 19, 2024
1 parent 952bd8d commit eb90d4b
Show file tree
Hide file tree
Showing 4 changed files with 1,314 additions and 123 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import globals from 'globals';

export default [
{ files: ['**/*.{js,mjs,cjs}'] },
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
];
Loading

0 comments on commit eb90d4b

Please sign in to comment.