Skip to content

Commit 3280a3e

Browse files
better-salmonwmertens
authored andcommitted
chore: run fmt
1 parent dc2b430 commit 3280a3e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

starters/apps/base/eslint.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import js from '@eslint/js';
2-
import globals from 'globals';
3-
import tseslint from 'typescript-eslint';
4-
import { globalIgnores } from 'eslint/config';
5-
import { qwikEslint9Plugin } from 'eslint-plugin-qwik';
1+
import js from "@eslint/js";
2+
import globals from "globals";
3+
import tseslint from "typescript-eslint";
4+
import { globalIgnores } from "eslint/config";
5+
import { qwikEslint9Plugin } from "eslint-plugin-qwik";
66

77
const ignores = [
88
"**/*.log",
@@ -69,5 +69,5 @@ export default tseslint.config(
6969
rules: {
7070
"@typescript-eslint/no-explicit-any": "off",
7171
},
72-
}
72+
},
7373
);

starters/apps/library/eslint.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import js from '@eslint/js';
2-
import globals from 'globals';
3-
import tseslint from 'typescript-eslint';
4-
import { globalIgnores } from 'eslint/config';
5-
import { qwikEslint9Plugin } from 'eslint-plugin-qwik';
1+
import js from "@eslint/js";
2+
import globals from "globals";
3+
import tseslint from "typescript-eslint";
4+
import { globalIgnores } from "eslint/config";
5+
import { qwikEslint9Plugin } from "eslint-plugin-qwik";
66

77
const ignores = [
88
"**/*.log",

0 commit comments

Comments
 (0)