@open-turo/eslint-config 1.0.0 → 1.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.
package/.commitlintrc.yaml
CHANGED
package/.pre-commit-config.yaml
CHANGED
@@ -16,7 +16,7 @@ repos:
|
|
16
16
|
hooks:
|
17
17
|
- id: commitlint
|
18
18
|
stages: [commit-msg]
|
19
|
-
additional_dependencies: ["@commitlint
|
19
|
+
additional_dependencies: ["@open-turo/commitlint-config-conventional"]
|
20
20
|
- repo: https://github.com/rhysd/actionlint
|
21
21
|
rev: v1.6.8
|
22
22
|
hooks:
|
package/README.md
CHANGED
@@ -15,3 +15,11 @@ Then in your `.eslintrc` file add:
|
|
15
15
|
```
|
16
16
|
"extends": "@open-turo/eslint-config"
|
17
17
|
```
|
18
|
+
|
19
|
+
## Get Help
|
20
|
+
|
21
|
+
Please review Issues, post new Issues against this repository as needed.
|
22
|
+
|
23
|
+
## Contributions
|
24
|
+
|
25
|
+
Please see [here](https://github.com/open-turo/contributions) for guidelines on how to contribute to this project.
|
Binary file
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"description": "Eslint configuration for Turo",
|
4
4
|
"devDependencies": {
|
5
5
|
"@commitlint/cli": "^16.2.1",
|
6
|
-
"@commitlint
|
6
|
+
"@open-turo/commitlint-config-conventional": "^1.0.2",
|
7
7
|
"@semantic-release/git": "^10.0.1",
|
8
8
|
"eslint": "^8.10.0",
|
9
9
|
"eslint-config-airbnb-base": "^15.0.0",
|
@@ -42,5 +42,5 @@
|
|
42
42
|
"access": "public"
|
43
43
|
},
|
44
44
|
"repository": "https://github.com/open-turo/eslint-config",
|
45
|
-
"version": "1.0.
|
45
|
+
"version": "1.0.1"
|
46
46
|
}
|
Binary file
|