Skip to content

Commit

Permalink
Upgrade to eslint-config-upleveled@^7
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 21, 2023
1 parent 45263f1 commit fbfa30d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'eslint-config-upleveled';
4 changes: 2 additions & 2 deletions prettier.config.cjs → prettier.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('prettier').Config} */
/** @type {import('prettier').Options} */
const config = {
singleQuote: true,
trailingComma: 'all',
};

module.exports = config;
export default config;
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"checkJs": true
},
"include": [
"**/.eslintrc.cjs",
"**/*.ts",
"**/*.tsx",
"**/*.js",
Expand Down

0 comments on commit fbfa30d

Please sign in to comment.