You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
create a index.js and type in console.log('hi');
from now you will get lint result about unnecessary semicolon
go to setting page, disable linter-eslint and re-enable it
you might check that extra semi was reported twice
repeat 6 and 7, and you might get several extra semi report after re-enable the package
it looks like the previous eslint instance wasn't get closed, and re-enable the package creates a new one that they both provide linting message
Atom version: 1.28.2
linter-eslint version: 8.4.1
ESLint version: 5.2.0
Hours since last Atom restart: 0.1
Platform: win32
Using local project ESLint from: C:\Users\noe\src\etest\node_modules\eslint
Current file's scopes: [
"source.js",
"punctuation.terminator.statement.js"
]
linter-eslint configuration: {
"lintHtmlFiles": false,
"useGlobalEslint": false,
"showRuleIdInMessage": true,
"disableWhenNoEslintConfig": true,
"eslintrcPath": "",
"globalNodePath": "",
"advancedLocalNodeModules": "",
"eslintRulesDirs": [],
"disableEslintIgnore": false,
"disableFSCache": false,
"fixOnSave": false,
"scopes": [
"source.js",
"source.jsx",
"source.js.jsx",
"source.babel",
"source.js-semantic"
],
"rulesToSilenceWhileTyping": [],
"rulesToDisableWhileFixing": [],
"ignoreFixableRulesWhileTyping": false
}
The text was updated successfully, but these errors were encountered:
noe132
changed the title
re-enable package will cause duplicate lint error report or more
re-enable package will cause lint error message report more than once
Jul 24, 2018
Issue Type
Bug
Issue Description
linter linter-eslint linter-ui-default bust-signal intensions
.eslintrc.js
with following contentconsole.log('hi');
from now you will get lint result about unnecessary semicolon
linter-eslint
and re-enable itit looks like the previous eslint instance wasn't get closed, and re-enable the package creates a new one that they both provide linting message
The text was updated successfully, but these errors were encountered: