Giter VIP home page Giter VIP logo

eslint-config's Introduction

ESLint Config

A shared ESlint config for all the @mxjoly packages.

Installation

Get started by running this command in the root of your project:

yarn add --dev @mxjoly/eslint-config
npm install --save-dev @mxjoly/eslint-config

Usage

If you want to use this config as base in any of your projects you need to create a .eslintrc file that extends this config. If you do not have an ESLint config yet, the easiest way is to do that automatically by running the following command in the root folder of your project (where your package.json is):

# create .eslintrc config file
npm @mxjoly/eslint-config

This command creates a new .eslintrc file for you and adds linting for JavaScript, React/JSX, and TypeScript.

If you already have an ESLint config or if you prefer the manual way, add the following content to your config file:

{
  "extends": ["@mxjoly/eslint-config"]
}

Optionally you can also add linting for React/JSX and Typescript:

{
  "extends": [
    "@mxjoly/eslint-config",
    "@mxjoly/eslint-config/react",
    "@mxjoly/eslint-config/typescript"
  ]
}

For more information see: http://eslint.org/docs/user-guide/configuring

eslint-config's People

Contributors

mxjoly avatar

Watchers

James Cloos avatar  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.