Giter Site home page Giter Site logo

tdmalone / eslint-config-tdmalone Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 42 KB

My personal shareable ESLint config. Heavily influenced by the WordPress style. Includes ESLint recommended rules. For use in either browser or Node. Support for ES2018, Jest, JSDoc and jQuery.

License: MIT License

JavaScript 100.00%
eslint-config eslint tm-id-au

eslint-config-tdmalone's Introduction

eslint-config-tdmalone

My personal shareable ESLint config.

Heavily influenced by the WordPress style. Includes ESLint recommended rules. For use in either browser or Node. Support for ES2018, Jest, JSDoc and jQuery.

This is a heavily opinionated config, but I'm open to any suggestions. Feel free to file issues or open PRs.

Installation

Install globally to use on any project:

yarn global add eslint-config-tdmalone

Install locally to one project:

yarn add --dev eslint-config-tdmalone

You'll also need to have ESLint installed in the same manner.

Usage

Add this to your .eslintrc.js file:

module.exports = {
  'extends': [ 'tdmalone' ]
};

Then:

  • Using globally?
    Run eslint "**/*.js".

  • Using locally?
    Add "lint": "eslint \"**/*.js\"" to your package.json's "scripts" section, then run yarn lint

Additional Tips

  • Outputting code coverage reports with Jest? Add --ignore-pattern coverage/ to your eslint command.
  • Want ESLint to list the filenames it is linting, even if everything passes? Add DEBUG=eslint:cli-engine before your eslint command.

License

MIT.

eslint-config-tdmalone's People

Contributors

tdmalone avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

eslint-config-tdmalone's Issues

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.