@typeform/eslint-config 6.0.2 → 6.0.3

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.
@@ -4,20 +4,23 @@ on:
4
4
  branches:
5
5
  - main
6
6
  pull_request:
7
- types: [opened, edited, synchronize, reopened]
7
+ types:
8
+ - opened
9
+ - edited
10
+ - synchronize
11
+ - reopened
12
+ - ready_for_review
8
13
  branches:
9
14
  - main
10
-
11
15
  jobs:
12
16
  ci-standard-checks:
13
- runs-on: [ubuntu-latest]
14
-
17
+ runs-on:
18
+ - ubuntu-latest
15
19
  steps:
16
20
  - name: Check Out Source Code
17
21
  uses: actions/checkout@v2
18
22
  with:
19
23
  fetch-depth: 0
20
-
21
24
  - name: CI Standard Checks
22
25
  uses: Typeform/ci-standard-checks@v1
23
26
  with:
@@ -20,7 +20,7 @@ jobs:
20
20
  - name: Set up Node.js
21
21
  uses: actions/setup-node@v1
22
22
  with:
23
- node-version: 14
23
+ node-version: 20
24
24
 
25
25
  - name: Set GitHub packages registry
26
26
  run: |
package/CODEOWNERS CHANGED
@@ -1 +1 @@
1
- * @Typeform/frontend-architecture
1
+ * @Typeform/architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeform/eslint-config",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "ESLint configuration for Typeform front-end projects",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:Typeform/eslint-config-typeform.git",