Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cleanup): remove unnecessary files and update deps #430

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading