-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from 55places/release/sass
release/sass
- Loading branch information
Showing
21 changed files
with
1,382 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,42 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
### Node template | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Yarn | ||
yarn*.log* | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules | ||
jspm_packages | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# PhpStorm | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Neighborhoods.com JavaScript Style Guide | ||
# Neighborhoods.com Facade Style Guide | ||
|
||
## Scss | ||
Uses [sass-lint](https://github.com/sasstools/sass-lint) to lint scss files. | ||
|
||
**package-name:** sass-lint-nhds | ||
|
||
## Javascript | ||
*Based on [AirBnb's JavaScript Style Guide](https://github.com/airbnb/javascript)* | ||
|
||
**package-name:** eslint-config-nhds |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "sass-lint-nhds", | ||
"version": "1.0.0", | ||
"description": "Neighborhoods.com Sass (SCSS) Style Guide", | ||
"main": "sass-lint.yaml", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/55places/Neighborhoods-JS-Linting.git" | ||
}, | ||
"keywords": [ | ||
"sass", | ||
"lint" | ||
], | ||
"author": "Neighborhoods.com Team", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/55places/Neighborhoods-JS-Linting/issues" | ||
}, | ||
"homepage": "https://github.com/55places/Neighborhoods-JS-Linting#readme", | ||
"peerDependencies": { | ||
"sass-lint": "1.9.1" | ||
} | ||
} |
Oops, something went wrong.