Skip to content

Commit

Permalink
Update akashic/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuTakahashi committed Jan 24, 2025
1 parent 7578723 commit 3053500
Show file tree
Hide file tree
Showing 5 changed files with 2,906 additions and 5,998 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js

This file was deleted.

15 changes: 15 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const eslintConfig = require("@akashic/eslint-config");

module.exports = [
...eslintConfig,
{
files: ["src/**/*.ts"],
languageOptions: {
sourceType: "module",
parserOptions: {
project: "tsconfig.json",
}
},
ignores: ["**/*.js"]
}
];
Loading

0 comments on commit 3053500

Please sign in to comment.