1.3.6 • Published 10 months ago

eslint-config-alziqziq-react-typescript v1.3.6

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

eslint-config-alziqziq-react-typescript

eslint config for javascript basic

Installation

# npm
npm i eslint-config-alziqziq-react-typescript --save-dev
# yarn
yarn add eslint-config-alziqziq-react-typescript --dev

Usage

.eslintrc.js

module.exports = {
  extends: ['alziqziq-react-typescript'],
};