GithubHelp home page GithubHelp logo

bsyk / fast-eslint Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arnaud-dezandee/fast-eslint

0.0 2.0 0.0 107 KB

Atom ESLint linter plugin for JavaScript

Home Page: https://atom.io/packages/fast-eslint

License: MIT License

JavaScript 100.00%

fast-eslint's Introduction

Fast-ESLint

APM CircleCI David APM

semantic-release ESLint Commitizen friendly

Lightweight ESLint plugin for Atom.

  • ESLint is already highly configurable through .eslintrc files.
  • Same behavior as: $ cd /path/to/file && eslint src.js.
  • It's fast !

⚠️ ESLint v3.0.0 now requires that you use a configuration to run. See migrating-to-3.0.0

Installation

  • apm install fast-eslint
  • choose a popular shared config (or build your own) and follow installation instructions

Popular style guides

Example Settings for standard & standard-react

  • npm install -g eslint-config-standard eslint-config-standard-react

Project / System configuration

Create .eslintrc.* file either in your project or home directory.

{
  "extends": ["standard", "standard-react"]
}

Atom wide configuration

Go to Atom -> Config... and enter:

"*":
  "fast-eslint":
    baseConfigExtends: [
      "standard",
      "standard-react"
    ]

MIT License

Copyright (c) 2016 Arnaud Dezandee

fast-eslint's People

Contributors

arnaud-dezandee avatar bsyk avatar greenkeeperio-bot avatar

Watchers

 avatar  avatar

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.