3.0.0 • Published 2 years ago
@betsys-eslint/install v3.0.0
Requirements
This cli tool requires Node.js v16 and later to work correctly.
Quick Start
CLI tool will install any @betsys-eslint package with its peer dependencies and execute the package's install schematics that alters your code automatically.
Installing ESLint configurations
npx @betsys-eslint/install config CONFIGURATION_NAME
# Note: Use CONFIGURATION_NAME without "eslint-config" prefix
# Example
npx @betsys-eslint/install config typescriptInstalling ESLint plugins
npx @betsys-eslint/install plugin PLUGIN_NAME
# Note: Use PLUGIN_NAME without "eslint-plugin" prefix
# Example
npx @betsys-eslint/install plugin angular-template-spacingCommand details
npx @betsys-eslint/install TYPE NAME INSTALL_DIRParameters:
- TYPE (required)
- either 
configorplugin 
 - either 
 - NAME (required)
- when 
TYPEisconfig, name of the config package without@betsys-eslint/eslint-config-prefix - when 
TYPEisplugin, name of the plugin package without@betsys-eslint/eslint-plugin-prefix 
 - when 
 - INSTALL_DIR (optional)
- path to directory with 
package.jsonfile (relative or absolute) - defaults to current directory
 
 - path to directory with 
 
3.0.0
2 years ago
3.0.0-alpha.0
2 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago
0.5.3
3 years ago
0.5.2
3 years ago
0.5.1
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.3.0
3 years ago
0.2.0
3 years ago
0.1.1-alpha.0
3 years ago
0.1.0
3 years ago
0.0.1-alpha.4
3 years ago
0.0.1-alpha.3
3 years ago
0.0.1-alpha.2
3 years ago
0.0.1-alpha.1
3 years ago