-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.13
-
None
-
Moderate
-
No
-
False
-
The tests we've added to the plugins repo have introduced linter warnings. We should address these warnings since we want new projects based off the repo to lint cleanly. We should also make sure the linter is running as part of CI.
❯ yarn run lint
yarn run v1.22.17
$ eslint ./src ./integration-tests --fix && stylelint "src/*/.css" --allow-empty-input --fix/Users/sam/work/plugin-template/integration-tests/support/index.ts
5:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any/Users/sam/work/plugin-template/integration-tests/support/login.ts
28:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
48:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any/Users/sam/work/plugin-template/integration-tests/tests/example-page.cy.ts
14:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
27:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any✖ 5 problems (0 errors, 5 warnings)✨ Done in 1.75s.