GithubHelp home page GithubHelp logo

eslint-config's Introduction

eslint-config CI

The eslint-config provides all the available rules in each plugin. You can easily see how the latest changes will affect your codebase. It's also a great way to learn more about good practices when developing in JavaScript and TypeScript.

Some rules are disabled or modified in this repository to prevent conflicts between them.

Setup

You can install this package using the commands below:

Yarn:

yarn add -D https://github.com/lucascarvalho/eslint-config.git

Plugins

All the supported plugins:

Name Version
eslint 7.12.1
eslint-config-prettier 6.15.0
eslint-import-resolver-typescript 2.3.0
eslint-plugin-filenames 1.3.2
eslint-plugin-import 2.22.1
eslint-plugin-jest 24.1.0
eslint-plugin-prettier 3.1.4
eslint-plugin-promise 4.2.1
eslint-plugin-react 7.21.5
eslint-plugin-react-hooks 4.2.0
eslint-plugin-react-native 3.10.0
eslint-plugin-sort-keys-fix 1.1.1

Extending

Every configuration available is extendable, see the example below on how to extend the eslint config and overwrite rules:

/**
 * Configuration for eslint.
 */
module.exports = {
  extends: ["@lucascarvalho/eslint-config/eslint"],
  parserOptions: {
    // Configure the path to your project `tsconfig.json` file.
    project: "./tsconfig.json",
  },
  rules: {
    // Customize the default rules...
  },
  overrides: [
    // Override the eslint rules here for specific files...
  ],
  settings: {
    // Add your custom settings here...
  },
};

eslint-config's People

Contributors

lucascarvalho avatar

Stargazers

 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.