eslint-config-scratch 12.0.6 → 12.0.7
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.
|
@@ -3,12 +3,14 @@ name: Build eslint-config-scratch
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
permissions:
|
|
6
|
-
contents:
|
|
7
|
-
pages: write # deploy to GitHub Pages
|
|
8
|
-
issues: write # comment on released issues
|
|
9
|
-
pull-requests: write # comment on released pull requests
|
|
6
|
+
contents: read # checkout
|
|
10
7
|
jobs:
|
|
11
8
|
build-eslint:
|
|
9
|
+
permissions:
|
|
10
|
+
contents: write # publish a GitHub release
|
|
11
|
+
pages: write # deploy to GitHub Pages
|
|
12
|
+
issues: write # comment on released issues
|
|
13
|
+
pull-requests: write # comment on released pull requests
|
|
12
14
|
runs-on: ubuntu-latest
|
|
13
15
|
steps:
|
|
14
16
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-scratch",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.7",
|
|
4
4
|
"description": "Shareable ESLint config for Scratch",
|
|
5
5
|
"main": "./lib/index.mjs",
|
|
6
6
|
"scripts": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
35
35
|
"@eslint/eslintrc": "3.3.1",
|
|
36
36
|
"@eslint/js": "9.37.0",
|
|
37
|
-
"@eslint/markdown": "
|
|
37
|
+
"@eslint/markdown": "7.4.0",
|
|
38
38
|
"@stylistic/eslint-plugin": "^5.3.1",
|
|
39
39
|
"@trivago/prettier-plugin-sort-imports": "5.2.2",
|
|
40
40
|
"eslint-config-prettier": "10.1.8",
|