Skip to content

Commit fc856d1

Browse files
authored
Update eslint (#158)
* Use shared eslint config * Lint auto-fixes (ignore) * Tweak tsconfig * more lint fixes * tweak lint config * Bump autoconsent * use module extension in eslint config * Fix the breakpoint script template and exclude it from linting
1 parent 73faae4 commit fc856d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+4306
-2375
lines changed

.eslintrc.js

Lines changed: 0 additions & 340 deletions
This file was deleted.

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
collectors/APICalls/breakpointScript.template.js

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"singleQuote": true,
3+
"printWidth": 140,
4+
"tabWidth": 4
5+
}

0 commit comments

Comments
 (0)