8.0.0 • Published 4 months ago

sanctuary-style v8.0.0

Weekly downloads
1,820
License
MIT
Repository
github
Last release
4 months ago

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)
8.0.0

4 months ago

7.0.0

5 months ago

6.0.0

1 year ago

5.0.0

3 years ago

4.1.0

3 years ago

4.0.0

4 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago