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 aea40d1 commit 047ed41Copy full SHA for 047ed41
.eslintrc.json
.github/workflows/test.yml
@@ -124,7 +124,6 @@ jobs:
124
steps:
125
- uses: actions/checkout@v2
126
- run: yarn install
127
- - run: yarn run lint
128
- run: yarn run package
129
- name: Check generated files are up to date
130
run: git diff --exit-code
package.json
@@ -29,7 +29,6 @@
29
"@actions/tool-cache": "^1.3.1"
30
},
31
"devDependencies": {
32
- "@zeit/ncc": "^0.21.1",
33
- "eslint": "^6.8.0"
+ "@zeit/ncc": "^0.21.1"
34
}
35
0 commit comments