diff --git a/.eslintrc.js b/.eslintrc.js index 709593603d5138..68a9b935236eb2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,11 +22,11 @@ module.exports = { parserOptions: { ecmaVersion: 7, }, - plugins: ['material-ui', 'react-hooks', '@typescript-eslint'], + plugins: ['eslint-plugin-material-ui', 'eslint-plugin-react-hooks', '@typescript-eslint/eslint-plugin'], settings: { 'import/resolver': { webpack: { - config: path.join(__dirname, './docs/webpackBaseConfig.js'), + config: path.join(__dirname, './webpackBaseConfig.js'), }, }, }, diff --git a/.github/ISSUE_TEMPLATE/1.bug.md b/.github/ISSUE_TEMPLATE/1.bug.md index 2736492a851fc1..8d5ef874dfcf5f 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.md +++ b/.github/ISSUE_TEMPLATE/1.bug.md @@ -60,7 +60,7 @@ Steps: | Tech | Version | | ----------- | ------- | -| Material-UI | v4.?.? | +| Material-UI | v5.?.? | | React | | | Browser | | | TypeScript | | diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f0abc8a1672e..56178af4a555aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Here are some highlights ✨: } // Enjoy! -