Skip to content

Commit

Permalink
Revert "Merge pull request #349 from Camus1859/develop"
Browse files Browse the repository at this point in the history
This reverts commit 6cc83dd, reversing
changes made to eaed4b4.
  • Loading branch information
themightychris committed Aug 2, 2022
1 parent 6cc83dd commit 2400daf
Show file tree
Hide file tree
Showing 7 changed files with 1,884 additions and 48 deletions.
8 changes: 0 additions & 8 deletions .editorconfig

This file was deleted.

10 changes: 3 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module.exports = {
"env": {
"browser": true,
"node": 1
"browser": true
},
"globals": {
"Ext": true
},
"extends": ["eslint:recommended", "plugin:cypress/recommended", "prettier"],
"extends": "eslint:recommended",
"rules": {
"accessor-pairs": "error",
"array-bracket-spacing": [
Expand Down Expand Up @@ -240,8 +239,5 @@ module.exports = {
"wrap-regex": "error",
"yield-star-spacing": "error",
"yoda": "error"
},
"plugins": [
"cypress"
]
}
};
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierrc.json

This file was deleted.

Loading

0 comments on commit 2400daf

Please sign in to comment.