Giter Site home page Giter Site logo

eslint-config-riophae's Introduction

eslint-config-riophae npm Build Known vulnerabilities

The customized ESLint shareable configs for the development of my open-source projects.

Usage

First, install this package and its peer dependencies. The command to run is depending on your npm version.

npm Version Command Notes
v7 or later npm install --save-dev eslint-config-riophae npm will automatically install peer deps for you.
prior to v6 npm install --save-dev eslint eslint-plugin-node eslint-plugin-unicorn eslint-plugin-import eslint-config-riophae

Secondly, choose a preset from the following:

Preset Name Description Notes
riophae For linting ES6+.
riophae/vue-v3 for Vue 3 For linting ES6+ & .vue files. Install one more dependency:
eslint-plugin-vue
riophae/vue-v2 for Vue 2
riophae/legacy For linting ES5.

Thirdly and lastly, add the preset you just chose to your ESLint config file in the extends field:

{
  "extends": [ "riophae" ],
  "rules": {
    // override if necessary
  }
}

License

MIT © Riophae Lee

eslint-config-riophae's People

Contributors

riophae 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.