@thibaudcolas/eslint-plugin-cookbook

v4.0.0
Shareable ESLint config, based on airbnb/javascript, bundled as a plugin
eslint eslintconfig eslint-config eslintplugin eslint-plugin

lint

eslint . && prettier --list-different '**/*.{js,md,css,scss,yaml,yml,json}'

format

prettier --write '**/*.{js,md,css,scss,yaml,yml,json}'

build

./src/buildConfigs.js

build:docs

node src/documentation.js

prepublishOnly

npm run build

test

jest

test:coverage

jest --coverage

test:watch

jest --watch

test:ci

npm run build && npm run lint && npm run test:coverage

report:coverage

open coverage/lcov-report/index.html

danger

danger ci --verbose

semantic-release

semantic-release
npm i @thibaudcolas/[email protected]

Metadata

  • MIT
  • Whatever
  • Thibaud Colas
  • released 9/22/2018

Downloads