Skip to content

Commit

Permalink
chore: Use eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Mar 9, 2021
1 parent 2acbbe0 commit 4bad6c5
Show file tree
Hide file tree
Showing 7 changed files with 958 additions and 290 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docs
lib
node_modules
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier']
};
7 changes: 4 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/docs/
/lib/
/node_modules/
docs
lib
node_modules

README.md
Loading

0 comments on commit 4bad6c5

Please sign in to comment.