Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neighborhoods/facade-inspector
Neighborhoods.com linting rules for Facade applications.
https://github.com/neighborhoods/facade-inspector
eslint facade linting linting-rules
Last synced: about 2 months ago
JSON representation
Neighborhoods.com linting rules for Facade applications.
- Host: GitHub
- URL: https://github.com/neighborhoods/facade-inspector
- Owner: neighborhoods
- Created: 2016-08-24T20:10:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T21:30:35.000Z (about 5 years ago)
- Last Synced: 2024-11-10T13:49:24.890Z (2 months ago)
- Topics: eslint, facade, linting, linting-rules
- Language: JavaScript
- Homepage: https://www.neighborhoods.com
- Size: 96.7 KB
- Stars: 4
- Watchers: 36
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facade-Inspector
Neighborhoods.com Facade Team style guide & linting rules.## Scss
Uses [sass-lint](https://github.com/sasstools/sass-lint) to lint scss files.**package-name:** sass-lint-neighborhoods
## Javascript
*Based on [AirBnb's JavaScript Style Guide](https://github.com/airbnb/javascript)***package-name:** eslint-config-neighborhoods
## Releasing
Version Scss and Javascript packages separately via the package.json.For Github based releases follow [semver](http://semver.org/) but base off of both packages.
Example:
eslint-config-neighborhoods 1.2.2 => 2.0.0
release 1.6.2 => 2.0.0