Skip to content

Commit

Permalink
refactor: use non deprecated type in eslint configuration (#107)
Browse files Browse the repository at this point in the history
* refactor: use non deprecated type in eslint configuration

and remove duplicated prettier configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>

* build: remove unnecessary `lint:fix` command

* fix: keep the right prettier configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>

---------

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
  • Loading branch information
jerome-benoit and AriPerkkio authored Oct 21, 2024
1 parent b7418b5 commit 26ebae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .prettierrc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineConfig([
eslintPluginPrettierRecommended,
])

/** @param config {import('eslint').Linter.FlatConfig} */
/** @param config {import('eslint').Linter.Config} */
function defineConfig(config) {
return config
}

0 comments on commit 26ebae1

Please sign in to comment.