@cabify/eslint-config 1.1.1 → 1.1.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/package.json +6 -6
- package/.eslintignore +0 -2
- package/.github/dependabot.yml +0 -12
- package/.github/workflows/npm-publish.yml +0 -13
- package/.github/workflows/tests.yml +0 -7
- package/.prettierignore +0 -2
- package/.prettierrc +0 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabify/eslint-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "ESLint config for Cabify Javascript projects",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "echo 'No build to perform'",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"./recommended": "./recommended.js"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
44
|
-
"@typescript-eslint/parser": "^5.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
44
|
+
"@typescript-eslint/parser": "^5.40.1",
|
|
45
45
|
"confusing-browser-globals": "^1.0.10",
|
|
46
46
|
"eslint-config-prettier": "^8.3.0",
|
|
47
47
|
"eslint-plugin-import": "^2.25.3",
|
|
48
|
-
"eslint-plugin-jest": "^27.
|
|
48
|
+
"eslint-plugin-jest": "^27.1.3",
|
|
49
49
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
50
50
|
"eslint-plugin-lodash": "^7.3.0",
|
|
51
51
|
"eslint-plugin-prettier": "^4.0.0",
|
|
52
|
-
"eslint-plugin-react": "^7.
|
|
52
|
+
"eslint-plugin-react": "^7.31.10",
|
|
53
53
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
54
54
|
"eslint-plugin-simple-import-sort": "^8.0.0"
|
|
55
55
|
},
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"prettier": "2.7.1",
|
|
62
|
-
"eslint": "8.
|
|
62
|
+
"eslint": "8.26.0"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
package/.eslintignore
DELETED
package/.github/dependabot.yml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# Basic dependabot.yml file with
|
|
2
|
-
|
|
3
|
-
version: 2
|
|
4
|
-
updates:
|
|
5
|
-
# Enable version updates for npm
|
|
6
|
-
- package-ecosystem: 'npm'
|
|
7
|
-
# Look for `package.json` and `lock` files in the `root` directory
|
|
8
|
-
directory: '/'
|
|
9
|
-
# Check the npm registry for updates every day (weekdays)
|
|
10
|
-
schedule:
|
|
11
|
-
interval: 'weekly'
|
|
12
|
-
versioning-strategy: increase
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
name: Publish package
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
release:
|
|
5
|
-
types: [created]
|
|
6
|
-
|
|
7
|
-
jobs:
|
|
8
|
-
publish-npm:
|
|
9
|
-
uses: cabify/javascript-actions/.github/workflows/npm_publish.yml@main
|
|
10
|
-
with:
|
|
11
|
-
tag: ${{ contains(github.ref_name,'beta') && 'beta' || 'latest' }}
|
|
12
|
-
secrets:
|
|
13
|
-
token: ${{ secrets.NPM_TOKEN }}
|
package/.prettierignore
DELETED
package/.prettierrc
DELETED