This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@liutsing/eslint-config-typescript

0.0.3 • Public • Published

@liutsing/eslint-config-typescript

eslint config used by TypeScript app of MapleImage

Usage

npm install @liutsing/eslint-config-typescript -D

TypeScript project

  1. Create a .eslintrc.js configuration file in the root of your project with the following content:
module.exports = {
  extends: '@liutsing/eslint-config-typescript',
}
  1. Run eslint on all the ts files etc in your project:
npx eslint . --ext .ts

Vue3 + TypeScript projects

  1. Create a .eslintrc.cjs configuration file in the root of your project with the following content:
module.exports = {
  extends: '@liutsing/eslint-config-typescript',
}
  1. Run eslint on all the SCSS files etc in your project:
npx eslint . --ext .ts

Readme

Keywords

none

Package Sidebar

Install

npm i @liutsing/eslint-config-typescript

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

8.94 kB

Total Files

3

Last publish

Collaborators

  • liutsing-luo