怎么关闭umi项目的eslint? #12820
Unanswered
sushengren
asked this question in
Q&A
怎么关闭umi项目的eslint?
#12820
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.eslintrc.js
module.exports = {
extends: require.resolve('@umijs/max/eslint'),
};
.stylelintrc.js
module.exports = {
extends: require.resolve('@umijs/max/stylelint'),
};
Beta Was this translation helpful? Give feedback.
All reactions