@digest/eslint-config-flow 4.9.0-next.1 → 4.9.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/README.md +19 -19
- package/package.json +42 -42
- package/src/index.js +10 -10
package/README.md
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
|
|
2
|
+
<img alt="Digest Crane" src="https://gitlab.com/digested/node-digest/raw/master/packages/webpack/share/favicon.png" />
|
|
3
3
|
</div><br>
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
6
|
-
|
|
6
|
+
<h1>@digest/eslint-config-flow</h1>
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
<a href="https://commitizen.github.io/cz-cli/"><img alt="Commitizen Friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?maxAge=2592000" /></a>
|
|
11
|
+
<a href="https://github.com/semantic-release/semantic-release"><img alt="Semantic Release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?maxAge=2592000" /></a>
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
14
|
<div align="center">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
15
|
+
<a href="https://gitlab.com/digested/node-digest/-/commits/master" target="_blank">
|
|
16
|
+
<img alt="Status" aria-hidden="" src="https://gitlab.com/digested/node-digest/badges/master/pipeline.svg">
|
|
17
|
+
</a>
|
|
18
|
+
<a href="https://digested.gitlab.io/node-digest/coverage">
|
|
19
|
+
<img alt="Coverage Report" src="https://gitlab.com/digested/node-digest/badges/master/coverage.svg" />
|
|
20
|
+
</a>
|
|
21
|
+
<a href="https://www.npmjs.org/package/@digest/webpack">
|
|
22
|
+
<img alt="NPM Version" src="http://img.shields.io/npm/v/@digest/eslint-config-flow.svg?maxAge=86400" />
|
|
23
|
+
</a>
|
|
24
|
+
<a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">
|
|
25
|
+
<img alt="License LGPL 3.0 or later" src="https://img.shields.io/npm/l/@digest/eslint-config-flow.svg?maxAge=2592000" />
|
|
26
|
+
</a>
|
|
27
|
+
<a href="https://github.com/gajus/eslint-config-canonical">
|
|
28
|
+
<img alt="Code Style Canonical" src="https://img.shields.io/badge/code%20style-canonical-blue.svg?maxAge=2592000" />
|
|
29
|
+
</a>
|
|
30
30
|
</div>
|
|
31
31
|
<br />
|
|
32
32
|
<br />
|
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
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
|
-
|
|
2
|
+
"name": "@digest/eslint-config-flow",
|
|
3
|
+
"title": "ESLint Digest Flow",
|
|
4
|
+
"license": "LGPL-3.0-or-later",
|
|
5
|
+
"version": "4.9.1",
|
|
6
|
+
"description": "Digested ESLint Flow configurations",
|
|
7
|
+
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
8
|
+
"contributors": [
|
|
9
|
+
{
|
|
10
|
+
"name": "Connor Schlesiger",
|
|
11
|
+
"email": "connor@schlesiger.ca",
|
|
12
|
+
"position": "Initial and Lead Developer"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"main": "src/index.js",
|
|
16
|
+
"files": [
|
|
17
|
+
"/src/index.js",
|
|
18
|
+
"COPYING.md",
|
|
19
|
+
"COPYING.LESSER.md"
|
|
20
|
+
],
|
|
21
|
+
"homepage": "https://gitlab.com/digested/node-digest/tree/master/packages/eslint-config-flow",
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "https://gitlab.com/digested/node-digest.git"
|
|
25
|
+
},
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://gitlab.com/digested/node-digest/issues"
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"lint": "run-p lint:es",
|
|
31
|
+
"lint:es": "eslint",
|
|
32
|
+
"clean": "rimraf node_modules dist package-lock.json npm-debug.log"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@digest/eslint-config": "^4.0.0",
|
|
36
|
+
"eslint-plugin-flowtype": "^8.0.3"
|
|
37
|
+
},
|
|
38
|
+
"keywords": [
|
|
39
|
+
"digest",
|
|
40
|
+
"eslint",
|
|
41
|
+
"flow"
|
|
42
|
+
],
|
|
43
|
+
"gitHead": "398df78c965747e91231f8ecf6635331b03484af"
|
|
44
44
|
}
|
package/src/index.js
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
This file is part of the Node Digest.
|
|
4
4
|
|
|
5
5
|
Node Digest is free software: you can redistribute it and/or modify it under
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
the terms of the GNU Lesser General Public License as published by the Free
|
|
7
|
+
Software Foundation, either version 3 of the License, or (at your option)
|
|
8
|
+
any later version.
|
|
9
9
|
|
|
10
10
|
Node Digest is distributed in the hope that it will be useful, but WITHOUT
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
12
|
+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
|
13
|
+
for more details.
|
|
14
14
|
|
|
15
15
|
You should have received a copy of the GNU Lesser General Public License
|
|
16
|
-
|
|
16
|
+
along with Node Digest . If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
|
|
18
18
|
*/
|
|
19
19
|
/*
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
DO NOT REMOVE
|
|
21
|
+
This file is still required; package.json `main` parameter ignored in some
|
|
22
|
+
cases
|
|
23
23
|
*/
|
|
24
24
|
// eslint-disable-next-line unicorn/prefer-module
|
|
25
25
|
module.exports = '';
|