Skip to content

Commit

Permalink
fix: Fix target files
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe463 committed Sep 19, 2024
1 parent 473aa0a commit 298b471
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { base as eslintConfigWantedlyTs } from "eslint-config-wantedly-typescrip
/** @type{import('eslint').Linter.Config[]} */
export default [
...eslintConfigWantedlyTs,
{
files: ["**/*.ts"],
ignores: ["**/*.js"],
},
{
languageOptions: {
ecmaVersion: "latest",
Expand Down
3 changes: 0 additions & 3 deletions packages/eslint-config-wantedly-typescript/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ module.exports = [
...eslintTs.configs.recommended,
...eslintTs.configs.stylistic,
configPrettier,
{
files: ["*.ts", "*.js", "*.cts", "*.cjs", "*.mts", "*.mjs"],
},
{
name: "wantedly-typescript/base/plugins",
plugins: {
Expand Down

0 comments on commit 298b471

Please sign in to comment.