File tree Expand file tree Collapse file tree 3 files changed +1833
-753
lines changed
Expand file tree Collapse file tree 3 files changed +1833
-753
lines changed Original file line number Diff line number Diff line change 11module . exports = {
22 extends : [ '@4tw' ] ,
3+ rules : {
4+ 'vue/multi-word-component-names' : 'off' ,
5+ 'cypress/unsafe-to-chain-command' : 'off' ,
6+ 'vue/component-definition-name-casing' : 'off' ,
7+ } ,
38}
Original file line number Diff line number Diff line change 2929 },
3030 "homepage" : " https://github.com/4teamwork/cypress-drag-drop#readme" ,
3131 "devDependencies" : {
32- "@4tw/eslint-config" : " ^0.6 .0" ,
32+ "@4tw/eslint-config" : " ^3.0 .0" ,
3333 "@4tw/prettier-config" : " ^1.0.3" ,
3434 "@release-it/keep-a-changelog" : " ^2.3.0" ,
35- "@testing-library/cypress" : " ^7.0.2 " ,
35+ "@testing-library/cypress" : " ^10.1.0 " ,
3636 "css-loader" : " ^3.4.0" ,
37- "cypress" : " ^14 .0.0" ,
38- "eslint" : " ^7.15 .0" ,
37+ "cypress" : " ^15 .0.0" ,
38+ "eslint" : " ^8.2 .0" ,
3939 "prettier" : " ^2.2.1" ,
4040 "release-it" : " ^14.11.5" ,
4141 "vue" : " ^2.6.12" ,
4848 "webpack-dev-server" : " ^3.11.0"
4949 },
5050 "peerDependencies" : {
51- "cypress" : " 2 - 14 "
51+ "cypress" : " >=2 "
5252 }
5353}
You can’t perform that action at this time.
0 commit comments