0.2.3 • Published 3 years ago

iusllint v0.2.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

SHORT ONELINER FOR eslint prettier dependencies

⭐ USAGE

yarn dlx iusllint
npx iusllint

📺 Options

Generate typescript config file

iusllint --t

Generate typescript config file and install TYPESCRIPT and Dev Node THINGS

iusllint --ts

Generate typescript config file and install TYPESCRIPT and Dev Node THINGS and configure package.json: main, start script, prebuild and installs utilities.

iusllint --tsc

🌻 IUSLLINT INSTALLS 6 DEV DEPENDENCIES TO YOUR CURRENT NPM PROJECT

"devDependencies": {
  "@typescript-eslint/eslint-plugin": "4.28.0",
  "@typescript-eslint/parser": "4.28.0",
  "eslint": "7.29.0",
  "eslint-config-prettier": "8.3.0",
  "eslint-plugin-prettier": "3.4.0",
  "prettier": "2.3.2"
}

🌻 IUSLLINT INSTALLS 1 DEPENDENCY TO YOUR CURRENT NPM PROJECT (REQUIRED IF TSCONFIG importHelpers)

Redusces ts -> js generated code.

  • Practice from angular project.
  "dependencies": {
    "tslib": "2.3.0"
  }

🔫USLLINT PROJECT USES 12 DEV PACKAGES AND 1 UTILITY

12 Dev packages could be installed throught iusllint script.

- TYPESCRIPT and Dev Node THINGS

yarn add -D typescript ttypescript ts-node nodemon ts-transformer-keys @types/node -E

If --ts used, you could use the ts dev env like this:

{
  "start": "nodemon --watch \"src/**\" --ext \"ts,json,env\" --ignore \"src/**/*.spec.ts\" --exec \"ts-node src/index.ts\""
}

- ESLINT PRETTIER

yarn add -D eslint eslint-config-prettier eslint-plugin-prettier prettier @typescript-eslint/parser @typescript-eslint/eslint-plugin -E

- Utilities

yarn add -D rimraf -E

✨ IUSLLINT DEPENDENCY: 1 PACKAGE

yarn add yargs -E
yarn add -D @types/yargs -E
0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.0.8

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.0.7

3 years ago

0.1.5

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.1

3 years ago