Skip to content

Commit

Permalink
Merge pull request #86 from reupen/dependabot/npm_and_yarn/eslint-3e3…
Browse files Browse the repository at this point in the history
…76dc062

Bump the eslint group across 1 directory with 3 updates
  • Loading branch information
reupen authored Dec 4, 2024
2 parents 4ad3a1d + 09efdf4 commit d6a02cd
Show file tree
Hide file tree
Showing 8 changed files with 373 additions and 354 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

36 changes: 0 additions & 36 deletions .eslintrc.cjs

This file was deleted.

19 changes: 19 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// @ts-check

import eslint from "@eslint/js"
import eslintConfigPrettier from "eslint-config-prettier"
import eslintPluginAstro from "eslint-plugin-astro"
import jsxA11y from "eslint-plugin-jsx-a11y"
import tseslint from "typescript-eslint"

export default tseslint.config({
ignores: [".astro", "src/env.d.ts"],
extends: [
eslint.configs.recommended,
tseslint.configs.recommended,
tseslint.configs.stylistic,
eslintPluginAstro.configs.recommended,
jsxA11y.flatConfigs.recommended,
eslintConfigPrettier,
],
})
Loading

0 comments on commit d6a02cd

Please sign in to comment.