Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 committed Nov 30, 2023
1 parent 7545961 commit 845de17
Show file tree
Hide file tree
Showing 3 changed files with 1,057 additions and 341 deletions.
2 changes: 1 addition & 1 deletion demo/cypress/common/layoutDescribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SCREEN_SIZES = [
*/
export const layoutDescribe = (
testsName: string,
callback: (screenSize: typeof SCREEN_SIZES[number]) => void,
callback: (screenSize: (typeof SCREEN_SIZES)[number]) => void,
) => {
SCREEN_SIZES.forEach((screenSize) => {
describe(`${testsName} ${screenSize.width}x${screenSize.height}`, () => {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"concurrently": "^7.0.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^7.0.0",
"lint-staged": "^11.2.6",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.4",
"prettier": "^2.5.1",
"prettier": "^3.1.0",
"stylelint": "^15.10.1",
"stylelint-config-sass-guidelines": "^9.0.1"
},
Expand Down
Loading

0 comments on commit 845de17

Please sign in to comment.