@saasmakers/eslint 0.1.60 → 0.1.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,23 @@ const eslint_config = antfu__default(
13
13
  {
14
14
  typescript: true,
15
15
  unocss: true,
16
- vue: true
16
+ vue: {
17
+ a11y: true
18
+ },
19
+ ignores: [
20
+ "**/.nuxt",
21
+ "**/.output",
22
+ "**/.turbo",
23
+ "**/ace.js",
24
+ "**/android",
25
+ "**/build",
26
+ "**/coverage",
27
+ "**/dbschema",
28
+ "**/dist",
29
+ "**/dumps/*.json",
30
+ "**/ios",
31
+ "node_modules"
32
+ ]
17
33
  },
18
34
  ...storybook__default.configs["flat/recommended"],
19
35
  // Override rules defined by Antfu ESLint config
@@ -6,7 +6,23 @@ var eslint_config = antfu(
6
6
  {
7
7
  typescript: true,
8
8
  unocss: true,
9
- vue: true
9
+ vue: {
10
+ a11y: true
11
+ },
12
+ ignores: [
13
+ "**/.nuxt",
14
+ "**/.output",
15
+ "**/.turbo",
16
+ "**/ace.js",
17
+ "**/android",
18
+ "**/build",
19
+ "**/coverage",
20
+ "**/dbschema",
21
+ "**/dist",
22
+ "**/dumps/*.json",
23
+ "**/ios",
24
+ "node_modules"
25
+ ]
10
26
  },
11
27
  ...storybook.configs["flat/recommended"],
12
28
  // Override rules defined by Antfu ESLint config
@@ -6,7 +6,23 @@ var eslint_config = antfu(
6
6
  {
7
7
  typescript: true,
8
8
  unocss: true,
9
- vue: true
9
+ vue: {
10
+ a11y: true
11
+ },
12
+ ignores: [
13
+ "**/.nuxt",
14
+ "**/.output",
15
+ "**/.turbo",
16
+ "**/ace.js",
17
+ "**/android",
18
+ "**/build",
19
+ "**/coverage",
20
+ "**/dbschema",
21
+ "**/dist",
22
+ "**/dumps/*.json",
23
+ "**/ios",
24
+ "node_modules"
25
+ ]
10
26
  },
11
27
  ...storybook.configs["flat/recommended"],
12
28
  // Override rules defined by Antfu ESLint config
@@ -6,7 +6,23 @@ var eslint_config = antfu(
6
6
  {
7
7
  typescript: true,
8
8
  unocss: true,
9
- vue: true
9
+ vue: {
10
+ a11y: true
11
+ },
12
+ ignores: [
13
+ "**/.nuxt",
14
+ "**/.output",
15
+ "**/.turbo",
16
+ "**/ace.js",
17
+ "**/android",
18
+ "**/build",
19
+ "**/coverage",
20
+ "**/dbschema",
21
+ "**/dist",
22
+ "**/dumps/*.json",
23
+ "**/ios",
24
+ "node_modules"
25
+ ]
10
26
  },
11
27
  ...storybook.configs["flat/recommended"],
12
28
  // Override rules defined by Antfu ESLint config
@@ -6,7 +6,23 @@ const eslint_config = antfu(
6
6
  {
7
7
  typescript: true,
8
8
  unocss: true,
9
- vue: true
9
+ vue: {
10
+ a11y: true
11
+ },
12
+ ignores: [
13
+ "**/.nuxt",
14
+ "**/.output",
15
+ "**/.turbo",
16
+ "**/ace.js",
17
+ "**/android",
18
+ "**/build",
19
+ "**/coverage",
20
+ "**/dbschema",
21
+ "**/dist",
22
+ "**/dumps/*.json",
23
+ "**/ios",
24
+ "node_modules"
25
+ ]
10
26
  },
11
27
  ...storybook.configs["flat/recommended"],
12
28
  // Override rules defined by Antfu ESLint config
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
3
  "type": "module",
4
- "version": "0.1.60",
4
+ "version": "0.1.61",
5
5
  "private": false,
6
6
  "description": "Shared ESLint config and rules for SaaS Makers projects",
7
7
  "author": "SaaS Makers",