File tree Expand file tree Collapse file tree 5 files changed +14
-23946
lines changed Expand file tree Collapse file tree 5 files changed +14
-23946
lines changed Original file line number Diff line number Diff line change 11{
2- "plugins ": [] ,
3- "extends ": [
4- "./node_modules/kcd-scripts/eslint.js"
5- ] ,
6- "rules ": {
7- "babel/new-cap ": "off",
8- "func-names ": 0 ,
9- " no-unused-vars ": 0 ,
10- "babel/no-unused-expressions ": 0
11- }
2+ "extends ": "./node_modules/kcd-scripts/eslint.js" ,
3+ "rules ": {
4+ "babel/new-cap": "off",
5+ "func-names": "off" ,
6+ "babel/no-unused-expressions ": "off",
7+ "prefer-arrow-callback ": "off",
8+ "testing-library/no-await-sync-query ": "off" ,
9+ "testing-library/ no-dom-import ": "off" ,
10+ "testing-library/prefer-screen-queries ": "off"
11+ }
1212}
Original file line number Diff line number Diff line change 2424 with :
2525 node-version : ${{ matrix.node }}
2626 - uses : actions/checkout@v1
27- - run : npm ci
27+ - run : npm install
2828 - run : npm run validate
2929 release :
3030 runs-on : ubuntu-latest
3434 with :
3535 node-version : 12
3636 - uses : actions/checkout@v1
37- - run : npm ci
37+ - run : npm install
3838 - run : npm run build
3939 - run : ls -asl dist
4040 - run : npx semantic-release
Original file line number Diff line number Diff line change 1+ package-lock = false
Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ before_script:
1313 - sleep 3
1414 - fluxbox >/dev/null 2>&1 &
1515language : node_js
16- node_js : " stable"
16+ node_js : ' stable'
1717before_install :
1818 - stty cols 80
19- cache :
20- directories :
21- - " ~/.npm"
2219notifications :
2320 email : false
24- install : npm ci
2521script : npm run validate
2622after_success : npx semantic-release
2723branches :
You can’t perform that action at this time.
0 commit comments