We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89aec6 commit 8b82a80Copy full SHA for 8b82a80
.github/workflows/release.yml
@@ -5,11 +5,11 @@ on:
5
- main
6
# Only attempt publish when the package.json has changed
7
paths:
8
- - 'javascript/**'
9
- - 'typescript/**'
10
- 'css/**'
11
- - 'react/**'
+ - 'javascript/**'
12
- 'node/**'
+ - 'react/**'
+ - 'typescript/**'
13
jobs:
14
publish:
15
runs-on: ubuntu-latest
typescript/rules/base.js
@@ -5,7 +5,7 @@ module.exports = {
],
"rules": {
- "@typescript-eslint/no-explicit-any": "0"
+ "@typescript-eslint/no-explicit-any": 0
},
"plugins": [
0 commit comments