Skip to content

Commit

Permalink
Update ESLint config imports to use the main css module
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 12, 2024
1 parent 11b391b commit 7b12271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/tests/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import css from '@master/eslint-config-css/flat'
import css from '@master/eslint-config-css'
import htmlParser from '@angular-eslint/template-parser'

export default [
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/playground/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import css from '@master/eslint-config-css/flat'
import css from '@master/eslint-config-css'
import htmlParser from '@angular-eslint/template-parser'
import tsParser from '@typescript-eslint/parser'

Expand Down

0 comments on commit 7b12271

Please sign in to comment.