2019.1.10 • Published 6 years ago

@phanect/eslint-config-phanective v2019.1.10

Weekly downloads
1
License
CC0-1.0
Repository
github
Last release
6 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

6 years ago

2018.9.29

7 years ago

2018.9.12

7 years ago

2018.9.7

7 years ago

2018.8.31

7 years ago

2018.4.1

7 years ago

2018.3.25

7 years ago

2018.3.11

7 years ago

2017.8.20

8 years ago

2017.8.11

8 years ago

2017.7.17

8 years ago

2017.6.19

8 years ago