Skip to content

Commit

Permalink
feat(cleanup): remove unnecessary files and updat deps (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Apr 16, 2024
1 parent 58d2e78 commit 0535b89
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 1,936 deletions.
10 changes: 4 additions & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ const styleConfigs = stylistic.configs.customize({

export default [
eslintPlugin.configs['flat/recommended'],
vitest.configs.recommended,
vitest.configs.env,
{
files: ['**/*.ts', '**/*.js'], // or any other pattern
files: ['**/*.ts', '**/*.js'],
plugins: {
vitest,
'@stylistic': stylistic
},
rules: {
...styleConfigs.rules,
...vitest.configs.recommended.rules,
'eslint-plugin/require-meta-docs-description': 'error'
},
settings: {
Expand All @@ -30,10 +31,7 @@ export default [
}
},
languageOptions: {
parser: parser,
globals: {
...vitest.environments.env.globals
}
parser
}
}
]
36 changes: 0 additions & 36 deletions fixtures/eslint.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions fixtures/index.test.ts

This file was deleted.

24 changes: 0 additions & 24 deletions fixtures/package.json

This file was deleted.

0 comments on commit 0535b89

Please sign in to comment.