eslint-config-lifion

v1.2.0
Lifion's ESLint config
config eslint eslintconfig javascript lifion styleguide

eslint

eslint . --ext .js,.json --cache

format

prettier --write '**/*.{md,js,json}' '!reports/**/*.{js,json}'

jest

JEST_JUNIT_OUTPUT=./reports/junit/js-test-results.xml jest

jest-watch

npm run jest -- --watch --coverageReporters=html

lint

eslint . --ext .js,.json --format junit -o ./reports/junit/js-lint-results.xml

prepare

check-engines

test

npm run jest -- --ci --runInBand && codecov

version

auto-changelog -p && git add CHANGELOG.md

Metadata

  • MIT
  • >=8.6.0
  • Edgardo Avilés
  • released 5/15/2019

Downloads