Skip to content

Commit

Permalink
feat!: flat config (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis authored Sep 27, 2023
1 parent d515806 commit 03d0b84
Show file tree
Hide file tree
Showing 202 changed files with 1,604 additions and 1,718 deletions.
16 changes: 0 additions & 16 deletions +mocha.js

This file was deleted.

29 changes: 0 additions & 29 deletions +module.js

This file was deleted.

8 changes: 0 additions & 8 deletions +node.js

This file was deleted.

5 changes: 0 additions & 5 deletions +prettier.js

This file was deleted.

35 changes: 0 additions & 35 deletions +typescript-with-type.js

This file was deleted.

71 changes: 0 additions & 71 deletions +typescript.js

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc.js

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
npm-debug.log
4 changes: 1 addition & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
/test/fixtures
/examples
dist
package-lock.json
tsconfig.json
3 changes: 1 addition & 2 deletions .prettierrc.closure.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"singleQuote": true,
"quoteProps": "preserve",
"bracketSpacing": false,
"arrowParens": "avoid",
"printWidth": 100
"arrowParens": "avoid"
}
4 changes: 0 additions & 4 deletions .prettierrc.json

This file was deleted.

9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"eslint.experimental.useFlatConfig": true,
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"eslint.debug": true
}
Loading

0 comments on commit 03d0b84

Please sign in to comment.