Skip to content

Commit

Permalink
fixed security issue with eslint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danm committed Feb 2, 2022
1 parent 3dbf855 commit 08c3ae1
Show file tree
Hide file tree
Showing 5 changed files with 8,496 additions and 4,573 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: ["airbnb-typescript/base"],
rules: {
"no-console": ["error", { allow: ["warn", "error"] }],
extends: ['airbnb-base', 'airbnb-typescript/base'],
parserOptions: {
project: './tsconfig.json'
}
};
Loading

0 comments on commit 08c3ae1

Please sign in to comment.