@form8ion/eslint-config 6.0.5 → 7.0.0-beta.2
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 +11 -4
- package/index.js +1 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ for [ESLint](https://eslint.org)
|
|
|
6
6
|
<!--status-badges start -->
|
|
7
7
|
|
|
8
8
|
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
|
|
9
|
+
![SLSA Level 2][slsa-badge]
|
|
9
10
|
|
|
10
11
|
<!--status-badges end -->
|
|
11
12
|
|
|
@@ -103,7 +104,7 @@ extends: '@form8ion'
|
|
|
103
104
|
[![Commitizen friendly][commitizen-badge]][commitizen-link]
|
|
104
105
|
[![semantic-release][semantic-release-badge]][semantic-release-link]
|
|
105
106
|
[![PRs Welcome][PRs-badge]][PRs-link]
|
|
106
|
-
[![Renovate]
|
|
107
|
+
[![Renovate][renovate-badge]][renovate-link]
|
|
107
108
|
|
|
108
109
|
<!--contribution-badges end -->
|
|
109
110
|
|
|
@@ -130,7 +131,7 @@ $ npm test
|
|
|
130
131
|
|
|
131
132
|
[npm-link]: https://www.npmjs.com/package/@form8ion/eslint-config
|
|
132
133
|
|
|
133
|
-
[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-config
|
|
134
|
+
[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-config?logo=npm
|
|
134
135
|
|
|
135
136
|
[license-link]: LICENSE
|
|
136
137
|
|
|
@@ -146,7 +147,7 @@ $ npm test
|
|
|
146
147
|
|
|
147
148
|
[semantic-release-link]: https://github.com/semantic-release/semantic-release
|
|
148
149
|
|
|
149
|
-
[semantic-release-badge]: https://img.shields.io/badge
|
|
150
|
+
[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
|
|
150
151
|
|
|
151
152
|
[PRs-link]: http://makeapullrequest.com
|
|
152
153
|
|
|
@@ -154,6 +155,12 @@ $ npm test
|
|
|
154
155
|
|
|
155
156
|
[github-actions-ci-link]: https://github.com/form8ion/eslint-config/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
156
157
|
|
|
157
|
-
[github-actions-ci-badge]: https://
|
|
158
|
+
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/eslint-config/node-ci.yml.svg?branch=master&logo=github
|
|
158
159
|
|
|
159
160
|
[node-badge]: https://img.shields.io/node/v/@form8ion/eslint-config?logo=node.js
|
|
161
|
+
|
|
162
|
+
[renovate-link]: https://renovatebot.com
|
|
163
|
+
|
|
164
|
+
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
|
|
165
|
+
|
|
166
|
+
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
|
package/index.js
CHANGED
|
@@ -44,6 +44,7 @@ module.exports = {
|
|
|
44
44
|
'one-var-declaration-per-line': ['error', 'initializations'],
|
|
45
45
|
'global-require': 'off',
|
|
46
46
|
'import/prefer-default-export': 'off',
|
|
47
|
+
'import/extensions': ['error', 'ignorePackages'],
|
|
47
48
|
'no-unused-vars': ['error', {ignoreRestSiblings: true}],
|
|
48
49
|
'no-restricted-exports': ['error', {restrictedNamedExports: ['then']}]
|
|
49
50
|
},
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@form8ion/eslint-config",
|
|
3
3
|
"description": "shareable configuration for ESLint",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "7.0.0-beta.2",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": "^
|
|
7
|
+
"node": "^18.17 || >=20.6.1"
|
|
8
8
|
},
|
|
9
9
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
10
10
|
"repository": "form8ion/eslint-config",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"eslint-plugin-import": "2.28.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@form8ion/commitlint-config": "1.0.
|
|
42
|
-
"@form8ion/remark-lint-preset": "6.0.
|
|
41
|
+
"@form8ion/commitlint-config": "1.0.56",
|
|
42
|
+
"@form8ion/remark-lint-preset": "6.0.2",
|
|
43
43
|
"ban-sensitive-files": "1.10.0",
|
|
44
44
|
"cz-conventional-changelog": "3.3.0",
|
|
45
45
|
"husky": "8.0.3",
|
|
46
46
|
"ls-engines": "0.9.0",
|
|
47
|
-
"npm-run-all2": "6.
|
|
48
|
-
"publint": "0.2.
|
|
49
|
-
"remark-cli": "
|
|
47
|
+
"npm-run-all2": "6.1.1",
|
|
48
|
+
"publint": "0.2.3",
|
|
49
|
+
"remark-cli": "12.0.0",
|
|
50
50
|
"remark-toc": "9.0.0"
|
|
51
51
|
}
|
|
52
52
|
}
|