Skip to content

Commit

Permalink
Merge pull request #10 from 55places/release/sass
Browse files Browse the repository at this point in the history
release/sass
  • Loading branch information
zrosenbauer authored Nov 3, 2016
2 parents 4dc5063 + b1f189d commit 8112ba3
Show file tree
Hide file tree
Showing 21 changed files with 1,382 additions and 6 deletions.
27 changes: 27 additions & 0 deletions .gitignore
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
10 changes: 9 additions & 1 deletion README.md
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.
10 changes: 5 additions & 5 deletions package.json → js/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "eslint-config-nhds",
"version": "1.0.0",
"description": "Neighborhoods.com JavaScript Style Guide",
"description": "Neighborhoods.com Javascript Style Guide",
"keywords": [
"nhds",
"js-style",
"js-linting"
],
"repository": {
"type" : "git",
"url" : "https://github.com/55places/Neighborhoods-JS-Linting.git"
"type": "git",
"url": "https://github.com/55places/Neighborhoods-JS-Linting.git"
},
"bugs": {
"url": "https://github.com/55places/Neighborhoods-JS-Linting/issues"
},
"main": "index.js",
"author": "Jon Rubins <jon.rubins@55places.com>",
"author": "Neighborhoods.com Team",
"license": "MIT",
"dependencies": {
"peerDependencies": {
"eslint-plugin-import": "2.0.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions scss/package.json
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"
}
}
Loading

0 comments on commit 8112ba3

Please sign in to comment.