eslint-config-thealexpatin

0.1.10 • Public • Published

eslint-config-thealexpatin

My personal ESLint configurations eslint configurations

Requirements

  • eslint >7.X.X

Basic Usage

Install

$ npm install -D eslint-config-thealexpatin

Create .eslintrc.js

// .eslintrc.js

module.exports = {
  extends: ["thealexpatin/<extension name>"],
};

Available Extensions

  • es6
  • typescript
  • react (for ES6)
  • react-with-typescript
  • react-native (for ES6)
  • react-native-with-typescript
  • vue (for ES6)
  • vue-with-typescript

Examples

// .eslintrc.js

module.exports = {
  extends: ["thealexpatin/typescript"],
};
// .eslintrc.js

module.exports = {
  extends: ["thealexpatin/react-with-typescript"],
};

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-thealexpatin

Weekly Downloads

2

Version

0.1.10

License

MIT

Unpacked Size

11.1 kB

Total Files

19

Last publish

Collaborators

  • thealexpatin