@jsimck/eslint-config 3.0.0 → 3.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 (1) hide show
  1. package/package.json +28 -2
package/package.json CHANGED
@@ -1,11 +1,37 @@
1
1
  {
2
2
  "name": "@jsimck/eslint-config",
3
- "version": "3.0.0",
4
- "description": "Very opinionated eslint config I use on my projects, includes: prettier, TS, vitest, sonarqube and unicorn. And many others.",
3
+ "version": "3.0.1",
4
+ "description": "Opinionated ESLint 9 flat config with TypeScript, React, Prettier, Vitest, SonarJS, Unicorn, import sorting, unused imports, JSX a11y, and more.",
5
+ "keywords": [
6
+ "eslint",
7
+ "eslint-config",
8
+ "eslint-flat-config",
9
+ "eslint9",
10
+ "typescript",
11
+ "react",
12
+ "prettier",
13
+ "vitest",
14
+ "sonarjs",
15
+ "unicorn",
16
+ "import",
17
+ "unused-imports",
18
+ "jsx-a11y",
19
+ "react-hooks",
20
+ "react-refresh",
21
+ "stylistic",
22
+ "opinionated",
23
+ "flat-config"
24
+ ],
25
+ "homepage": "https://github.com/jsimck/eslint-config#readme",
26
+ "bugs": {
27
+ "url": "https://github.com/jsimck/eslint-config/issues"
28
+ },
5
29
  "repository": {
6
30
  "type": "git",
7
31
  "url": "https://github.com/jsimck/eslint-config"
8
32
  },
33
+ "license": "MIT",
34
+ "author": "jsimck",
9
35
  "type": "module",
10
36
  "main": "./index.js",
11
37
  "exports": {