Skip to content

Commit

Permalink
eslint and ts for Cypress (#5558)
Browse files Browse the repository at this point in the history
* update globals.css with tailwid changes

* add command to run cypress

* added cypress folder to tsconfig

* added eslint rules for cypress

* removed inccorect tsconfig

* eslint in cypress folder

* correct expect types on cypress

* change eslint file

* check types on all folders

* disable ts in commands file

* undo global.css changes
  • Loading branch information
Zasa-san authored Feb 17, 2023
1 parent 0ed72ad commit d683232
Show file tree
Hide file tree
Showing 12 changed files with 364 additions and 312 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins:
enabled: true
channel: 'eslint-7'
config:
config: .eslintrc
config: .eslintrc.js
checks:
prettier/prettier:
enabled: false
Expand Down
253 changes: 0 additions & 253 deletions .eslintrc

This file was deleted.

Loading

0 comments on commit d683232

Please sign in to comment.