0.0.7 • Published 1 year ago

@teamskunk/lint v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ESLint declarations for team skunk

A shared set of standards and preferences, enforced through eslint and vscode.

Quickstart

To use:

  1. npm install -D @teamskunk/lint @babel/eslint-parser eslint husky
  2. Copy .eslintrc.js to your project's .eslintrc.js
  3. Copy .vscode/settings.json to your project's .vscode/settings.json
  4. Copy .husky/pre-commit to your project's .husky/pre-commit
  5. Run husky initial setup:
npm pkg set scripts.prepare="husky install"
npm pkg set scripts.lint="eslint --fix src"
npm run prepare
npx husky add .husky/pre-commit "npm test"
git add .husky/pre-commit

Making changes

The relevant source files are in modules/. If you make a change, you can update the package by:

  1. Making the changes
  2. Updating the version number in package.json
  3. Pushing to the main branch of the repo or opening a pull request
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.1

1 year ago