linttier
v4.0.1
Published
Linttier allows you to load a preset configuration with all the necessary standard-based prettier and eslint packages.
Downloads
10
Maintainers
Readme
Linttier
NEW VERESION 2.0.0🥳
Now when you run linter for node and typescript (-NT) it creates the typescript configuration in your project root
WHAT IS LINNTIER? ✨
Linttier allows you to install a standard based prettier and eslint configuration in your projects. New features will be added soon...
TO CONSIDER ❗
In any of the options you need to have a package.json file in the same path where you run linttier so that linttier automatically installs the dependencies. In the typescript options, you also need to have a tsconfig.json and important that it does not contain comments
QUICK START 🏃🏽♂️
NPM
npm install -g linttier
MANUALLY
git clone ...
cd linttier
npm install
npm link
In the root of your react or node directory run
options →
-RJ → React & Javascript config
-RT → React & Typescrpt config
-NJ → Node& Javascript config
-NT → Node & Typescript config
linttier option