-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
archived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlycoreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresevaluatingThe team will evaluate this issue to decide whether it meets the criteria for inclusionThe team will evaluate this issue to decide whether it meets the criteria for inclusion
Description
Tell us about your environment
- ESLint Version: v6.0.0
- Node Version: v11.15.0
- npm Version: 6.9.0
What parser (default, Babel-ESLint, etc.) are you using? default
Please show your full configuration:
Configuration
What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.
module.exports = {
env: {
browser: true,
commonjs: true,
es6: true
},
extends: [
'standard',
'plugin:vue/recommended',
'prettier',
'prettier/babel',
'prettier/standard',
'prettier/vue'
],
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module'
},
plugins: ['babel', 'prettier', 'standard', 'vue'],
rules: { 'prettier/prettier': 'error' }
};$ cd /home/user/www/project && yarn run eslint --print-config .What did you expect to happen?
Printing config
What actually happened? Please include the actual, raw output from ESLint.
Looks in upper path instead of current.
Oops! Something went wrong! :(
ESLint: 6.0.0.
ESLint couldn't find a configuration file. To set up a configuration file for this project, please run:
eslint --init
ESLint looked for configuration files in /home/user/www and its ancestors.
Project path is located at /home/user/www/project.
Are you willing to submit a pull request to fix this bug?
No, sorry.
Metadata
Metadata
Assignees
Labels
archived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlycoreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresevaluatingThe team will evaluate this issue to decide whether it meets the criteria for inclusionThe team will evaluate this issue to decide whether it meets the criteria for inclusion