1.1.11 • Published 2 years ago

nikola-generator v1.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nikola-generator

Generator of eslint and prettier configurations for next, nest, react, node for both typescript and javascript.

📦 Usage

Install on a particular project:

npx nikola-generator

Install globally(recommended if you are using our technologies very often):

# yarn
yarn global add nikola-generator

# npm
npm install -g nikola-generator

# use
nikola

Recommended vscode settings

This configuration allows you to automatically correct most of the problems that eslint marks in your VS Code

"editor.codeActionsOnSave": {
  "source.fixAll.eslint": true
},

"[javascript]": {
  "editor.formatOnPaste": false,
  "editor.formatOnSave": false
},

"[javascriptreact]": {
  "editor.formatOnPaste": false,
  "editor.formatOnSave": false
},

"[typescript]": {
  "editor.formatOnPaste": false,
  "editor.formatOnSave": false
},

"[typescriptreact]": {
  "editor.formatOnPaste": false,
  "editor.formatOnSave": false
},

Don't forget to have eslint installed in your VS Code

🔥 Working in...

templates for more configurations and projects configured to start 🚀.

©️ Copyright

LICENSE: MIT

Check the file here

1.0.11

2 years ago

1.1.11

2 years ago

1.0.1

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago