linted 20.1.0 → 20.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"version":3,"file":"jsonc.d.ts","sourceRoot":"","sources":["../../src/files/jsonc.ts"],"names":[],"mappings":";AAAA,wBAGE"}
1
+ {"version":3,"file":"jsonc.d.ts","sourceRoot":"","sources":["../../src/files/jsonc.ts"],"names":[],"mappings":";AAAA,wBAIE"}
@@ -1,5 +1,6 @@
1
1
  export default [
2
2
  "**/*.jsonc",
3
3
  "**/tsconfig.json",
4
+ "{,**/.vscode/**/*}",
4
5
  ];
5
6
  //# sourceMappingURL=jsonc.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"jsonc.js","sourceRoot":"","sources":["../../src/files/jsonc.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,YAAY;IACZ,kBAAkB;CACnB,CAAC"}
1
+ {"version":3,"file":"jsonc.js","sourceRoot":"","sources":["../../src/files/jsonc.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,YAAY;IACZ,kBAAkB;IAClB,oBAAoB;CACrB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.10.2",
3
3
  "name": "linted",
4
- "version": "20.1.0",
4
+ "version": "20.2.1",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -62,7 +62,7 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@eslinted/core": "10.0.1",
65
+ "@eslinted/core": "10.0.2",
66
66
  "@html-eslint/eslint-plugin": "0.27.0",
67
67
  "@html-eslint/parser": "0.27.0",
68
68
  "@stylistic/eslint-plugin": "2.10.1",
@@ -1,4 +1,5 @@
1
1
  export default [
2
2
  "**/*.jsonc",
3
3
  "**/tsconfig.json",
4
+ "{,**/.vscode/**/*}",
4
5
  ];