sanctuary-style

8.0.0 • Public • Published

sanctuary-style

Code should be correct, obviously, but it should also be stylish.

This project exports an ESLint configuration file.

Usage

"devDependencies": {
  "eslint": "<version>",
  "sanctuary-style": "<version>"
}
ESLINT = node_modules/.bin/eslint
ESLINT_OPTS = --config node_modules/sanctuary-style/eslint.json --env node
LIB = $(shell find lib -name '*.js' | sort)

.PHONY: lint
lint:
	$(ESLINT) $(ESLINT_OPTS) -- $(LIB)

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i sanctuary-style

    Weekly Downloads

    1,984

    Version

    8.0.0

    License

    MIT

    Unpacked Size

    8.15 kB

    Total Files

    4

    Last publish

    Collaborators

    • davidchambers
    • avaq