@eslint-sets/eslint-config 4.1.0-beta.3 → 4.1.0-beta.4
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/{dist/LICENSE → LICENSE} +0 -0
- package/{dist/index.js → index.js} +1 -1
- package/package.json +87 -81
- package/dist/README.md +0 -64
- package/dist/package.json +0 -82
- package/index.ts +0 -5
- package/tsconfig.json +0 -13
package/{dist/LICENSE → LICENSE}
RENAMED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,82 +1,88 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
2
|
+
"name": "@eslint-sets/eslint-config",
|
|
3
|
+
"description": "Eslint config all sets",
|
|
4
|
+
"version": "4.1.0-beta.4",
|
|
5
|
+
"main": "./index.js",
|
|
6
|
+
"scripts": {},
|
|
7
|
+
"files": [
|
|
8
|
+
"index.js",
|
|
9
|
+
"typings",
|
|
10
|
+
"*.js",
|
|
11
|
+
"*.d.ts"
|
|
12
|
+
],
|
|
13
|
+
"directories": {
|
|
14
|
+
"es": "es",
|
|
15
|
+
"lib": "lib",
|
|
16
|
+
"src": "src",
|
|
17
|
+
"typings": "typings"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@babel/eslint-parser": "^7.19.1",
|
|
21
|
+
"@eslint-sets/eslint-config-react": "4.1.0-beta.4",
|
|
22
|
+
"@eslint-sets/eslint-config-vue": "4.1.0-beta.4",
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
24
|
+
"@typescript-eslint/parser": "^5.48.1",
|
|
25
|
+
"eslint-config-prettier": "^8.6.0",
|
|
26
|
+
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
27
|
+
"eslint-plugin-html": "^7.1.0",
|
|
28
|
+
"eslint-plugin-import": "^2.27.4",
|
|
29
|
+
"eslint-plugin-jsdoc": "^39.6.4",
|
|
30
|
+
"eslint-plugin-jsonc": "^2.6.0",
|
|
31
|
+
"eslint-plugin-markdown": "^3.0.0",
|
|
32
|
+
"eslint-plugin-n": "^15.6.1",
|
|
33
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
34
|
+
"eslint-plugin-promise": "^5.2.0",
|
|
35
|
+
"eslint-plugin-react": "^7.32.0",
|
|
36
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
37
|
+
"eslint-plugin-tsdoc": "^0.2.17",
|
|
38
|
+
"eslint-plugin-unicorn": "^40.1.0",
|
|
39
|
+
"eslint-plugin-vitest-globals": "^1.2.0",
|
|
40
|
+
"eslint-plugin-vue": "^9.8.0",
|
|
41
|
+
"eslint-plugin-vue-scoped-css": "^2.2.0",
|
|
42
|
+
"eslint-plugin-yml": "^1.4.0",
|
|
43
|
+
"jsonc-eslint-parser": "^2.1.0",
|
|
44
|
+
"vue-eslint-parser": "^9.1.0",
|
|
45
|
+
"yaml-eslint-parser": "^1.1.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"eslint": "^7.32.0",
|
|
49
|
+
"prettier": "^2.8.3",
|
|
50
|
+
"typescript": "~4.8.4"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"eslint": ">=7.4.0",
|
|
54
|
+
"prettier": ">=2.0.0",
|
|
55
|
+
"typescript": ">=3.9.0"
|
|
56
|
+
},
|
|
57
|
+
"keywords": [
|
|
58
|
+
"eslint-sets",
|
|
59
|
+
"git",
|
|
60
|
+
"tool"
|
|
61
|
+
],
|
|
62
|
+
"license": "MIT",
|
|
63
|
+
"author": "saqqdy <https://github.com/saqqdy>",
|
|
64
|
+
"repository": {
|
|
65
|
+
"type": "git",
|
|
66
|
+
"url": "git+https://github.com/saqqdy/eslint-sets.git",
|
|
67
|
+
"directory": "packages/all"
|
|
68
|
+
},
|
|
69
|
+
"pnpm": {
|
|
70
|
+
"peerDependencyRules": {
|
|
71
|
+
"ignoreMissing": [
|
|
72
|
+
"@babel/core",
|
|
73
|
+
"webpack"
|
|
74
|
+
],
|
|
75
|
+
"allowedVersions": {
|
|
76
|
+
"eslint": ">=7.4.0"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"publishConfig": {
|
|
81
|
+
"registry": "https://registry.npmjs.org",
|
|
82
|
+
"access": "public"
|
|
83
|
+
},
|
|
84
|
+
"bugs": {
|
|
85
|
+
"url": "https://github.com/saqqdy/eslint-sets/issues"
|
|
86
|
+
},
|
|
87
|
+
"homepage": "https://github.com/saqqdy/eslint-sets/tree/master/packages/all#readme"
|
|
88
|
+
}
|
package/dist/README.md
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
<div style="text-align: center;" align="center">
|
|
2
|
-
|
|
3
|
-
# @eslint-sets/eslint-config
|
|
4
|
-
|
|
5
|
-
Eslint config sets
|
|
6
|
-
|
|
7
|
-
[![NPM version][npm-image]][npm-url]
|
|
8
|
-
[![Codacy Badge][codacy-image]][codacy-url]
|
|
9
|
-
[![Test coverage][codecov-image]][codecov-url]
|
|
10
|
-
[![npm download][download-image]][download-url]
|
|
11
|
-
[![gzip][gzip-image]][gzip-url]
|
|
12
|
-
[![License][license-image]][license-url]
|
|
13
|
-
|
|
14
|
-
[![Sonar][sonar-image]][sonar-url]
|
|
15
|
-
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
## Install
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
# use npm
|
|
22
|
-
$ npm install -D @eslint-sets/eslint-config
|
|
23
|
-
|
|
24
|
-
# use yarn
|
|
25
|
-
$ yarn add -D @eslint-sets/eslint-config
|
|
26
|
-
|
|
27
|
-
# use pnpm
|
|
28
|
-
$ pnpm install -D @eslint-sets/eslint-config
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
## Usage
|
|
32
|
-
|
|
33
|
-
```js
|
|
34
|
-
// .eslintrc.js
|
|
35
|
-
module.exports = {
|
|
36
|
-
extends: ['@eslint-sets'],
|
|
37
|
-
rules: {
|
|
38
|
-
// custom rules
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
## Issues & Support
|
|
44
|
-
|
|
45
|
-
Please open an issue [here](https://github.com/saqqdy/@eslint-sets/eslint-config/issues).
|
|
46
|
-
|
|
47
|
-
## License
|
|
48
|
-
|
|
49
|
-
[MIT](LICENSE)
|
|
50
|
-
|
|
51
|
-
[npm-image]: https://img.shields.io/npm/v/@eslint-sets/eslint-config.svg?style=flat-square
|
|
52
|
-
[npm-url]: https://npmjs.org/package/@eslint-sets/eslint-config
|
|
53
|
-
[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
|
|
54
|
-
[codacy-url]: https://www.codacy.com/gh/saqqdy/@eslint-sets/eslint-config/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@eslint-sets/eslint-config&utm_campaign=Badge_Grade
|
|
55
|
-
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/@eslint-sets/eslint-config.svg?style=flat-square
|
|
56
|
-
[codecov-url]: https://codecov.io/github/saqqdy/@eslint-sets/eslint-config?branch=master
|
|
57
|
-
[download-image]: https://img.shields.io/npm/dm/@eslint-sets/eslint-config.svg?style=flat-square
|
|
58
|
-
[download-url]: https://npmjs.org/package/@eslint-sets/eslint-config
|
|
59
|
-
[gzip-image]: http://img.badgesize.io/https://unpkg.com/@eslint-sets/eslint-config/index.js?compression=gzip&label=gzip%20size:%20JS
|
|
60
|
-
[gzip-url]: http://img.badgesize.io/https://unpkg.com/@eslint-sets/eslint-config/index.js?compression=gzip&label=gzip%20size:%20JS
|
|
61
|
-
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
|
|
62
|
-
[license-url]: LICENSE
|
|
63
|
-
[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_eslint-sets
|
|
64
|
-
[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_eslint-sets
|
package/dist/package.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@eslint-sets/eslint-config",
|
|
3
|
-
"description": "Eslint config all sets",
|
|
4
|
-
"version": "4.1.0-beta.3",
|
|
5
|
-
"main": "./index.js",
|
|
6
|
-
"scripts": {},
|
|
7
|
-
"directories": {
|
|
8
|
-
"es": "es",
|
|
9
|
-
"lib": "lib",
|
|
10
|
-
"src": "src",
|
|
11
|
-
"typings": "typings"
|
|
12
|
-
},
|
|
13
|
-
"dependencies": {
|
|
14
|
-
"@babel/eslint-parser": "^7.19.1",
|
|
15
|
-
"@eslint-sets/eslint-config-react": "4.1.0-beta.3",
|
|
16
|
-
"@eslint-sets/eslint-config-vue": "4.1.0-beta.3",
|
|
17
|
-
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
18
|
-
"@typescript-eslint/parser": "^5.48.0",
|
|
19
|
-
"eslint-config-prettier": "^8.6.0",
|
|
20
|
-
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
21
|
-
"eslint-plugin-html": "^7.1.0",
|
|
22
|
-
"eslint-plugin-import": "^2.26.0",
|
|
23
|
-
"eslint-plugin-jsdoc": "^39.6.4",
|
|
24
|
-
"eslint-plugin-jsonc": "^2.6.0",
|
|
25
|
-
"eslint-plugin-markdown": "^3.0.0",
|
|
26
|
-
"eslint-plugin-n": "^15.6.0",
|
|
27
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
28
|
-
"eslint-plugin-promise": "^5.2.0",
|
|
29
|
-
"eslint-plugin-react": "^7.31.11",
|
|
30
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
31
|
-
"eslint-plugin-tsdoc": "^0.2.17",
|
|
32
|
-
"eslint-plugin-unicorn": "^40.1.0",
|
|
33
|
-
"eslint-plugin-vitest-globals": "^1.2.0",
|
|
34
|
-
"eslint-plugin-vue": "^9.8.0",
|
|
35
|
-
"eslint-plugin-vue-scoped-css": "^2.2.0",
|
|
36
|
-
"eslint-plugin-yml": "^1.4.0",
|
|
37
|
-
"jsonc-eslint-parser": "^2.1.0",
|
|
38
|
-
"vue-eslint-parser": "^9.1.0",
|
|
39
|
-
"yaml-eslint-parser": "^1.1.0"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"eslint": "^7.32.0",
|
|
43
|
-
"prettier": "^2.8.2",
|
|
44
|
-
"typescript": "~4.8.4"
|
|
45
|
-
},
|
|
46
|
-
"peerDependencies": {
|
|
47
|
-
"eslint": ">=7.4.0",
|
|
48
|
-
"prettier": ">=2.0.0",
|
|
49
|
-
"typescript": ">=3.5.0"
|
|
50
|
-
},
|
|
51
|
-
"keywords": [
|
|
52
|
-
"eslint-sets",
|
|
53
|
-
"git",
|
|
54
|
-
"tool"
|
|
55
|
-
],
|
|
56
|
-
"license": "MIT",
|
|
57
|
-
"author": "saqqdy <https://github.com/saqqdy>",
|
|
58
|
-
"repository": {
|
|
59
|
-
"type": "git",
|
|
60
|
-
"url": "git+https://github.com/saqqdy/eslint-sets.git",
|
|
61
|
-
"directory": "packages/all"
|
|
62
|
-
},
|
|
63
|
-
"pnpm": {
|
|
64
|
-
"peerDependencyRules": {
|
|
65
|
-
"ignoreMissing": [
|
|
66
|
-
"@babel/core",
|
|
67
|
-
"webpack"
|
|
68
|
-
],
|
|
69
|
-
"allowedVersions": {
|
|
70
|
-
"eslint": ">=7.4.0"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"publishConfig": {
|
|
75
|
-
"registry": "https://registry.npmjs.org",
|
|
76
|
-
"access": "public"
|
|
77
|
-
},
|
|
78
|
-
"bugs": {
|
|
79
|
-
"url": "https://github.com/saqqdy/eslint-sets/issues"
|
|
80
|
-
},
|
|
81
|
-
"homepage": "https://github.com/saqqdy/eslint-sets/tree/master/packages/all#readme"
|
|
82
|
-
}
|
package/index.ts
DELETED
package/tsconfig.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../tsconfig.json",
|
|
3
|
-
"exclude": ["__tests__", "../../temp"],
|
|
4
|
-
"compilerOptions": {
|
|
5
|
-
"removeComments": true,
|
|
6
|
-
"declaration": false,
|
|
7
|
-
"target": "ESNext",
|
|
8
|
-
"outDir": "dist",
|
|
9
|
-
"module": "commonjs",
|
|
10
|
-
"lib": ["ESNext"],
|
|
11
|
-
"sourceMap": true
|
|
12
|
-
}
|
|
13
|
-
}
|