0.1.10 • Published 5 years ago
eslint-config-thealexpatin v0.1.10
eslint-config-thealexpatin
My personal ESLint configurations
eslintconfigurations
Requirements
eslint >7.X.X
Basic Usage
Install
$ npm install -D eslint-config-thealexpatinCreate .eslintrc.js
// .eslintrc.js
module.exports = {
extends: ["thealexpatin/<extension name>"],
};Available Extensions
es6typescriptreact(for ES6)react-with-typescriptreact-native(for ES6)react-native-with-typescriptvue(for ES6)vue-with-typescript
Examples
// .eslintrc.js
module.exports = {
extends: ["thealexpatin/typescript"],
};// .eslintrc.js
module.exports = {
extends: ["thealexpatin/react-with-typescript"],
};