Skip to content

issues Search Results · repo:jscs-dev/babel-jscs language:JavaScript

Filter by

20 results
 (61 ms)

20 results

injscs-dev/babel-jscs (press backspace or delete to remove)

When running using this jscs config: .jscsrc { esnext : true, validateQuoteMarks : { mark : , escape : true } } on this code: import {Component} from react ; export default class ...
  • indexzero
  • 1
  • Opened 
    on Apr 12, 2016
  • #25

node_modules/babel-jscs/acorn-to-esprima.js:2 var tt = require( babel-core ).acorn.tokTypes; ^ TypeError: Cannot read property tokTypes of undefined ...
bug
known issue
  • Guria
  • 26
  • Opened 
    on Nov 2, 2015
  • #24

I use jscs 2.1.0 with { esnext : true, jsDoc : { checkRedundantParams : true}} in WebStorm for inline linting. Jscs highlights param definitions for destructured params (except first) as redundant: class ...
jsdoc
  • blazkovicz
  • 2
  • Opened 
    on Aug 18, 2015
  • #23

Hi, thanks for this tool! :heart: :heart: With latest jscs and babel-jscs, the following code: var obj = { foo () { }, }; with the following .jscsrc: { esnext : true, requireSpacesInFunctionExpression ...
bug
jscs
  • jussi-kalliokoski
  • 3
  • Opened 
    on Aug 5, 2015
  • #21

After upgrading to 2.0.x, the disallowSpaceAfterObjectKeys rule is now throwing a ton of warnings for me which it didn t used to. Sample: render () { ------^ 71 | var classes = {}, 72 | ACLS ...
jscs
  • EvHaus
  • 3
  • Opened 
    on Jul 28, 2015
  • #20

Original post on the JSCS repo here: https://github.com/jscs-dev/node-jscs/issues/1567 When I run babel-jscs on my non es6 code, it fails while parsing every file. Digging a little bit deeper... index#attachComments ...
bug
  • elicwhite
  • 5
  • Opened 
    on Jul 27, 2015
  • #18

running babel-jscs@2.0.1 and jscs@1.13.1 I got this error Error: Unknown node type ExportDefaultDeclaration. at Controller.traverse (/Users/aarnodo/code/react-kickstart/node_modules/jscs/node_modules/estraverse/estraverse.js:517:31) ...
invalid
  • vesparny
  • 2
  • Opened 
    on Jul 23, 2015
  • #17

The pre-release version v2.0.0is marked as the latest stable version in npm. This leads to problems when installing/updating jscs and babel-jscs: $ npm install jscs babel-jscs -g # will install jscs ...
question
  • yannickcr
  • 2
  • Opened 
    on Jul 21, 2015
  • #16

I have the following code snippet: let toogleStatus = node.removed ? (self.state.addNode !== ? !(self.state.addNode.split( _ )[0] === node.id) : true) : (self.state.removeNode !== ? (self.state.removeNode.split( ...
question
  • priyatham-aps
  • 7
  • Opened 
    on Jul 20, 2015
  • #15

It s a lot slower than the regular parser? ~Need to investigate if anything can be done.~ Probably nothing until the CST integration
enhancement
  • hzoo
  • Opened 
    on Jul 14, 2015
  • #14
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub