@altipla/oxlint-config 0.1.1 → 0.1.3

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.
package/README.md CHANGED
@@ -6,7 +6,7 @@ Oxlint shared config.
6
6
  ## Install
7
7
 
8
8
  ```shell
9
- npm i -D @altipla/oxlint-config
9
+ pnpm add -D oxlint oxlint-tsgolint @altipla/oxlint-config
10
10
  ```
11
11
 
12
12
 
@@ -17,6 +17,6 @@ Configure your `.oxlintrc.json` file:
17
17
  ```json
18
18
  {
19
19
  "$schema": "./node_modules/oxlint/configuration_schema.json",
20
- "extends": ["@altipla/oxlint-config"]
20
+ "extends": ["./node_modules/@altipla/oxlint-config/oxlintrc.json"]
21
21
  }
22
22
  ```
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@altipla/oxlint-config",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Oxlint shared config.",
5
- "main": "oxlint.json",
5
+ "main": "oxlintrc.json",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/altipla-consulting/oxlint-config.git"
9
+ },
6
10
  "files": [
7
- "oxlint.json"
11
+ "oxlintrc.json"
8
12
  ],
9
13
  "author": "Altipla Consulting",
10
14
  "license": "MIT",
File without changes