chore(lint): add import rule checks (#3199)

This commit is contained in:
Erik Demaine
2021-10-30 03:33:05 -04:00
committed by GitHub
parent 167f38dede
commit a3c79047da
3 changed files with 259 additions and 7 deletions

View File

@@ -45,8 +45,10 @@
"css-loader": "^6.0.0",
"cssnano": "^5.0.0-rc.1",
"eslint": "^8.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-actions": "^2.0.0",
"eslint-plugin-flowtype": "^8.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-react": "^7.20.3",
"flow-bin": "^0.135.0",
"fs-extra": "^10.0.0",