Gathering detailed insights and metrics for eslint-config-ts-prefixer
Gathering detailed insights and metrics for eslint-config-ts-prefixer
Gathering detailed insights and metrics for eslint-config-ts-prefixer
Gathering detailed insights and metrics for eslint-config-ts-prefixer
Ruleset of meaningful Lint rules on runtime and beautiful formatters.
npm install eslint-config-ts-prefixer
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
12 Stars
1,100 Commits
3 Watching
1 Branches
1 Contributors
Updated on 15 Aug 2024
JavaScript (85.58%)
HTML (8.76%)
CSS (5.66%)
Cumulative downloads
Total Downloads
Last day
29.2%
682
Compared to previous day
Last week
-59.7%
3,202
Compared to previous week
Last month
169%
16,837
Compared to previous month
Last year
160.7%
94,777
Compared to previous year
3
8
Ruleset of meaningful Lint rules on runtime and beautiful formatters. (prettier & eslint-plugin-import)
import
rules..prettierrc
directly.If you want to manage .eslintrc.js
file on your codebase, please choose Barebone Install.
1npm install --save-dev eslint-config-ts-prefixer eslint@8.57.0 @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier prettier
1yarn add -D eslint-config-ts-prefixer eslint@8.57.0 @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier prettier
1pnpm add -D eslint-config-ts-prefixer eslint@8.57.0 @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier prettier
1bun add -d eslint-config-ts-prefixer eslint@8.57.0 @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier prettier
npx eslint-config-ts-prefixer config
.npx eslint-config-ts-prefixer config
Run this command on a project root directory
then create config files .eslintrc.cjs
.prettierrc
.eslintignore
,
inseart lint
,lint:fix
commands to paclage.json
,
include "./**.js", "./**.ts", "./**.cjs", "./**.mjs"
to tsconfig.json
that need for typescrit eslint parser.
1npx eslint-config-ts-prefixer config
just run npm run lint:fix
to apply this package's configurations! 🎉
1{ 2 "scripts": { 3 "lint": "eslint . --ext .ts,.tsx,.js,jsx", 4 "lint:fix": "eslint . --ext .ts,.tsx,.js,jsx --fix" 5 } 6}
If you use VSCode and ESLint Extension,
you can get great developer experience with the shortcut.
And Webstorm native support ESLint.
Perform on Webstorm
Bareborn Install is create the eslint-config-ts-prefixer's .eslintrc.js
file directly in your code base.
You can manage the rules yourself.
1npm install --save-dev eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier eslint-plugin-sort-keys-custom-order prettier
1yarn add -D eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier eslint-plugin-sort-keys-custom-order prettier
1pnpm add -D eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier eslint-plugin-sort-keys-custom-order prettier
1bun add -d eslint-config-ts-prefixer eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript eslint-plugin-import eslint-import-resolver-typescript eslint-plugin-prettier eslint-plugin-sort-keys-custom-order prettier
npx eslint-config-ts-prefixer barebone
1npx eslint-config-ts-prefixer barebone
And then generated .eslintrc.cjs
(copy of index.js), .eslintignore
, .prettierrc
.
inseart lint
,lint:fix
commands to paclage.json
,
include "./**.js", "./**.ts", "./**.cjs", "./**.mjs"
to tsconfig.json
that need for typescrit eslint parser.
just run npm run lint:fix
to apply this package's configurations! 🎉
1{ 2 "scripts": { 3 "lint": "eslint . --ext .ts,.tsx,.js,jsx", 4 "lint:fix": "eslint . --ext .ts,.tsx,.js,jsx --fix" 5 } 6}
We are excited to announce the launch of our new website, which provides a comprehensive list of all lint rules from the original documentation. This resource is designed to help you easily navigate and understand the various lint rules available for your projects.
Visit the website: ESLint Config TS Prefixer Lint Rules
The website features a user-friendly interface, allowing you to explore different categories of lint rules, search for specific rules, and learn more about each rule's purpose and usage. Whether you are a beginner or an experienced developer, this website will serve as a valuable tool for ensuring code quality and consistency in your projects.
Thanks goes to these wonderful people (emoji key):
ryota-murakami 💻 📖 ⚠️ |
No vulnerabilities found.
No security vulnerabilities found.