issues Search Results · repo:babel/babel-eslint language:JavaScript
Filter by
493 results
(52 ms)493 results
inbabel/babel-eslint (press backspace or delete to remove)works for me
eslint config
rules : {
indent : [
error ,
2,
{
ignoredNodes : [
TemplateLiteral
]
}
],
template-curly-spacing ...
zoushenglin
- 1
- Opened on Aug 4, 2020
- #843
I uses Storybook.js on my work, and Storybook.js puts an error when compiling my type definition.
ERROR in ../libs/shared/src/utils/types.ts
Module Error (from /Users/hyun/workspace/yennefer-suite/node_modules/eslint-loader/dist/cjs.js): ...
HyunnoH
- 1
- Opened on Jul 20, 2020
- #841
I m having this rule erroneously triggering on the new ?? (nullish coalescing) operator
https://gist.github.com/GeorgeWL/0a7ce21622259e84d39a929b8cd72c81 for the full logs and details
lint command in ...
GeorgeWL
- 1
- Opened on Jul 6, 2020
- #839
Broken example:
require( babel-eslint ).parse( 1 * /a/ ).body[0].expression.right.type
RegExpLiteral
Changing * to + makes babel-eslint behave properly:
require( babel-eslint ).parse( 1 + /a/ ...
futpib
- 2
- Opened on Jul 3, 2020
- #838
Hi,
When parsing with babel-eslint code containing import() I would expect visitorKeys to contain ImportExpression. Could
you clarify why it is not the case?
Using latest babel-eslint 10.1.0
const babel ...
vilchik-elena
- 4
- Opened on Jul 2, 2020
- #837
I m not sure if this is the best place to open this issue, given the migration to the babel monorepo. Please let me know
if you d like me to post this somewhere else.
Adding eslint-plugin-prettier to ...
lencioni
- 4
- Opened on Jun 12, 2020
- #836
There are too many tools in the process so I m not even sure which one s job this is. I m just opening issue here for
now. Please point me in the right direction. Thanks!
Typescript file (minimal example) ...
taylankasap
- 2
- Opened on Jun 1, 2020
- #835
I m not using babel to transpile the code but only babel-eslint to allow linting the code. I went on the 11 version as
nodejs 14.3 released a working top level await with a flag and i couldn t make it ...
Sceat
- 1
- Opened on May 20, 2020
- #834
WebStorm places comment characters at start of the line:
/*
some code
*/
but Eslint hates it and I need to manually indent these comments as well. Version 10.1.0.
Module Error (from ./node_modules/eslint-loader/index.js): ...
literakl
- 1
- Opened on Apr 25, 2020
- #833
/* example.ts */
// error: Parsing error: Unexpeced token, expected :
interface example {
readonly id: string;
// ^
}
/* .eslintrc */
{
root : true,
env : {
es6 : true,
node ...
mtjn
- 2
- Opened on Apr 24, 2020
- #832

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.