Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 14, 2023
1 parent ab2f6e6 commit 655e4ba
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
root: true
extends:
- techor
1 change: 1 addition & 0 deletions .github/workflows/example-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm install
- run: pnpm build:examples
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@master/css-extractor": "workspace:^",
"@master/css-extractor.vite": "workspace:^",
"@master/css-renderer": "workspace:^",
"@master/eslint-plugin-css": "workspace:^",
"@swc-node/jest": "^1.6.8",
"@techor/fs": "^2.5.19",
"@techor/glob": "^2.5.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/src/configs/flat.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import plugin from '../plugin';
import config from './config';
import plugin from '../plugin'
import config from './config'

export default {
plugins: {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/recommended.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from './config';
import config from './config'

export default {
plugins: ['@master/css'],
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 655e4ba

Please sign in to comment.