@jungzl/eslint-config-ts
v0.0.8
Published
jungzl's ESLint configuration for TypeScript
Downloads
12
Readme
eslint-config
Jungzl's eslint config with typescript 🦄
This config extends @jungzl/eslint-config-basic
🛠️ Usage
First, make sure you have Eslint
installed and install this package by:
npm[yarn|pnpm] install @jungzl/eslint-config-ts --dev
Then add the following to your .eslintrc.js
:
module.exports = {
extends: '@jungzl/eslint-config-ts',
}