Improvement/add linter #44

Merged
daviskoh merged 12 commits from improvement/add-linter into master 2015-02-20 09:44:20 -08:00
8 changed files with 92 additions and 199 deletions
Showing only changes of commit 6956b56765 - Show all commits

View File

@@ -4,6 +4,7 @@
"description": "Reimplementation of CSS layout using pure JavaScript", "description": "Reimplementation of CSS layout using pure JavaScript",
"main": "src/Layout.js", "main": "src/Layout.js",
"scripts": { "scripts": {
"pretest": "./node_modules/jshint/bin/jshint src",
"test": "./node_modules/karma/bin/karma start ./karma.conf.js --single-run" "test": "./node_modules/karma/bin/karma start ./karma.conf.js --single-run"
}, },
"repository": { "repository": {
@@ -18,6 +19,7 @@
"homepage": "https://github.com/facebook/css-layout", "homepage": "https://github.com/facebook/css-layout",
"devDependencies": { "devDependencies": {
"jasmine-core": "^2.2.0", "jasmine-core": "^2.2.0",
"jshint": "^2.6.0",
"karma": "^0.12.31", "karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7", "karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5" "karma-jasmine": "^0.3.5"