linted 35.0.0 → 35.0.1

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.
Files changed (2) hide show
  1. package/.gitattributes +1 -0
  2. package/package.json +3 -3
package/.gitattributes CHANGED
@@ -42,3 +42,4 @@ LICENSE text eol=lf
42
42
  *.py text eol=lf
43
43
  *.jinja text eol=lf
44
44
  *.example text eol=lf
45
+ *.code-snippets text eol=lf
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "linted",
6
- "version": "35.0.0",
6
+ "version": "35.0.1",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
9
9
  "keywords": [
@@ -51,8 +51,8 @@
51
51
  "dependencies": {
52
52
  "@eslint/css": "0.14.1",
53
53
  "@eslint/json": "0.14.0",
54
- "@eslinted/core": "31.0.3",
55
- "@eslinted/defaults": "17.6.0",
54
+ "@eslinted/core": "31.0.5",
55
+ "@eslinted/defaults": "17.6.1",
56
56
  "@html-eslint/eslint-plugin": "0.49.0",
57
57
  "@stylistic/eslint-plugin": "5.6.1",
58
58
  "eslint-plugin-jsonc": "2.21.0",