Skip to content

Commit

Permalink
there can be no peace unless the javascript community learns to write…
Browse files Browse the repository at this point in the history
… software
  • Loading branch information
pudo committed Oct 2, 2024
1 parent 835b7d8 commit 1e602ef
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 964 deletions.
4 changes: 0 additions & 4 deletions js/.eslintignore

This file was deleted.

12 changes: 0 additions & 12 deletions js/.eslintrc

This file was deleted.

11 changes: 11 additions & 0 deletions js/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config({
files: ["src/**/*.ts"],
ignores: ["rollup.config.mjs", "coverage/**"],
extends: [
eslint.configs.recommended,
...tseslint.configs.recommended,
]
});
Loading

0 comments on commit 1e602ef

Please sign in to comment.