vidhill / eslint-config

Personal eslint config preferences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-vidhill

Personal eslint config preferences, purely personal taste

$ npm install eslint-config-vidhill --save-dev

Setup

In .eslintrc.js add

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

Development

  • Lint: npm run lint
  • Lint fix: npm run lint:fix

About

Personal eslint config preferences

License:MIT License


Languages

Language:JavaScript 96.2%Language:Shell 3.8%