Skip to content

Commit

Permalink
chore: update eslint, gitignore, prettierignore configs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jul 17, 2021
1 parent c04a458 commit e4291bb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .eslintignore
@@ -1,6 +1,7 @@
.history
.vscode
dist
dist-dev
bazel-*
node_modules
tsc-out
Expand All @@ -10,4 +11,6 @@ external
etc
temp
tsdoc-metadata.json
**/.DS_Store
**/.DS_Store
*.mp4
scripts/**/*
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -25,5 +25,6 @@ module.exports = {
'no-case-declarations': 'off',
'no-console': ['error'],
'no-only-tests/no-only-tests': 'error',
'@typescript-eslint/no-unused-vars': ['error', { varsIgnorePattern: '^(h|Fragment)$' }],
},
};
9 changes: 8 additions & 1 deletion .gitignore
@@ -1,6 +1,7 @@
.history
.vscode
dist
dist-dev
bazel-*
node_modules
tsc-out
Expand All @@ -10,4 +11,10 @@ external
etc
temp
tsdoc-metadata.json
**/.DS_Store
**/.DS_Store
integration/out/
integration/**/*.js
integration/**/*.cjs
integration/**/*.map
cypress/screenshots
cypress/videos
4 changes: 1 addition & 3 deletions .prettierignore
@@ -1,10 +1,8 @@
**/*.gold.md
**/*.gold.md
**/api.md
**/*.log
**/.DS_Store
*.
.history
.vscode
bazel-*
bazel-bin
bazel-out
Expand Down
8 changes: 0 additions & 8 deletions terser.config.json

This file was deleted.

0 comments on commit e4291bb

Please sign in to comment.