Skip to content

issues Search Results · repo:FullstackAcademy/eslint-config-fullstack language:JavaScript

Filter by

15 results
 (54 ms)

15 results

inFullstackAcademy/eslint-config-fullstack (press backspace or delete to remove)

Expected Behavior Running npm install -g eslint eslint-config-fullstack eslint-plugin-react babel-eslint and creating the file ~/.eslintrc.json with the following contents: { extends : fullstack ...
bug
  • ghost
  • 2
  • Opened 
    on Jun 25, 2019
  • #74

eslint-config-fullstack requires babel-eslint v8.2.6 but does not support a newer version. It pops an error UNMET PEER DEPENDENCY . In need of update or modified to accept later versions of babel-eslint. ...
  • wildapt01
  • Opened 
    on Jan 8, 2019
  • #71

Sometimes when you are forced to initialize a variable (e.g. object destructuring to get the rest of the props) you want to ignore that variable. Using _ as the variable name is a convention taken from ...
  • glebec
  • Opened 
    on Nov 30, 2018
  • #70

https://github.com/FullstackAcademy/eslint-config-fullstack/blob/7fc14b35ae6e2fdef954cd8fbfb1eb283b9ccd74/rules/base.js#L169 This rule enforces that variables use camelCase. This can be a problem with ...
  • glebec
  • 1
  • Opened 
    on Sep 11, 2018
  • #68

Fullstack would like to add a11y techniques as part of the curriculum. Adding eslint-plugin-jsx-a11y to this repo as a peer dep, with associated ruleset customized for our purposes, would be a passive ...
  • glebec
  • Opened 
    on Aug 8, 2018
  • #65

People naturally learn that camelCase is idiomatic JS. But sometimes it s convenient to be able to use underscore_case, e.g. for Sequelize properties. It s annoying for the linter to yell about this.
  • glebec
  • Opened 
    on Jul 27, 2018
  • #64

@Rinaldo stated: I’ve taken to using ternaries instead of if-else chains in some situations, so I disable no-nested-ternary I agree somewhat. I think nested ternaries can be abused, but I no longer feel ...
  • glebec
  • Opened 
    on Jul 19, 2018
  • #60

@Rinaldo stated: id-length is annoying if you want to use variable names like a and b in the callback to a sort function I used to be more strongly against single-letter variable names for most use cases, ...
  • glebec
  • Opened 
    on Jul 19, 2018
  • #59

react/no-did-mount-set-state : 1, // Prevent usage of setState in componentDidMount react/no-did-update-set-state : 1, // Prevent usage of setState in componentDidUpdate More annoying than helpful, ...
  • glebec
  • 1
  • Opened 
    on Jun 11, 2018
  • #56

https://github.com/FullstackAcademy/eslint-config-fullstack/blob/87e0eab8054df564323dc0ad073cf21a286a9069/rules/react.js#L60 More annoying than helpful.
  • glebec
  • Opened 
    on Jun 11, 2018
  • #55
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! 
Press the
/
key to activate the search input again and adjust your query.
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub