Code Monkey home page Code Monkey logo

Comments (4)

philipwalton avatar philipwalton commented on August 30, 2024 4

Thanks, I actually don't remember now why that rule wasn't set.

On initial read, it seems like it should be set to:

'keyword-spacing': 2, // defaults to {before: true, after: true}

Does that look right to you?

from eslint-config-google.

philipwalton avatar philipwalton commented on August 30, 2024

Can you please elaborate, and be specific?

from eslint-config-google.

makbol avatar makbol commented on August 30, 2024

Hello @philipwalton. I wanted to point out there's disabled rule keyword-spacing which

enforce consistent spacing before and after keywords

in line 202 whereas, in style guide we read

Use of horizontal whitespace depends on location, and falls into three broad categories: leading (at the start of a line), trailing (at the end of a line), and internal. Leading whitespace (i.e., indentation) is addressed elsewhere. Trailing whitespace is forbidden.

Beyond where required by the language or other style rules, and apart from literals, comments, and JSDoc, a single internal ASCII space also appears in the following places only.

  1. Separating any reserved word (such as if, for, or catch) from an open parenthesis (() that follows it on that line
  2. ...

Therefore I could write like:

if(condition){
  // ...
}

it won't be pointed by linter but according to style guide it's not correct. I catch this particular case but I think there might be more.

from eslint-config-google.

philipwalton avatar philipwalton commented on August 30, 2024

Sorry, I forgot to do this. Fixed via e24704c. I'll cut a new version shortly.

from eslint-config-google.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.