linted 20.2.0 → 20.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  export default [
2
2
  "**/*.jsonc",
3
3
  "**/tsconfig.json",
4
- "**/.vscode/**/*",
4
+ "{,**/.vscode/**/*}",
5
5
  ];
6
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;IAClB,iBAAiB;CAClB,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.2.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",
@@ -1,5 +1,5 @@
1
1
  export default [
2
2
  "**/*.jsonc",
3
3
  "**/tsconfig.json",
4
- "**/.vscode/**/*",
4
+ "{,**/.vscode/**/*}",
5
5
  ];