2019.1.10 • Published 5 years ago

@phanect/eslint-config-phanective v2019.1.10

Weekly downloads
1
License
CC0-1.0
Repository
github
Last release
5 years ago

eslint-config-phanective

CircleCI Greenkeeper badge

ESLint config for my own projects.

Install

yarn add --dev @phanect/eslint-config-phanective

Usage

Create following .eslintrc.js on the project root:

module.exports = {
  extends: "@phanect/phanective",

  env: {
    "browser": true, // or: "node": true
  },

  // If your project is TypeScript-based, add this line:
  parser: "typescript-eslint-parser",
}
2019.1.10

5 years ago

2018.9.29

6 years ago

2018.9.12

6 years ago

2018.9.7

6 years ago

2018.8.31

6 years ago

2018.4.1

6 years ago

2018.3.25

6 years ago

2018.3.11

6 years ago

2017.8.20

7 years ago

2017.8.11

7 years ago

2017.7.17

7 years ago

2017.6.19

7 years ago