-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
contribution welcomeenhancementintend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.priority: nextscope: eslint
Description
Version
3.0.0-beta.6
Reproduction link
not-required
Steps to reproduce
Create a new Vue app activating ESLint.
What is expected?
Vue CLI should create a .eslintrc.json
or .eslint.js
file, due .eslintrc
file is deprecated according to the ESLint documentation: https://eslint.org/docs/user-guide/configuring#configuration-file-formats
What is actually happening?
Vue CLI creates a .eslintrc
file
Maybe the option to create a .eslintrc.js
file will be better to place comments and solve conditional rules according to the NODE_ENV
value
piehei, Alex-Sokolov, ascendancyy and andylima
Metadata
Metadata
Assignees
Labels
contribution welcomeenhancementintend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.priority: nextscope: eslint