Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
removing hacky auto-update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed Mar 23, 2017
1 parent a362f6f commit 3644792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ define(['angular', 'jquery'], function(angular, $) {
/**
* Returns a promise that will return a directorySearchURL if any exist
* for a users group or null if one does not exists.
* @return {Promise} directoryUrlPromise
*/
function getDirectorySearchURL() {
var successFn;
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"lint-css": "stylelint --syntax less angularjs-portal-home/src/**/*.less",
"pretest": "mvn clean package",
"test": "karma start angularjs-portal-home/target/web/karma.conf.js --single-run",
"dev-lint-js": "eslint --ext js --ext json --ext md --format html --output-file angularjs-portal-home/target/web/lint-out.html . --ignore-path .gitignore",
"lint-js": "eslint --ext js --ext json --ext md . --ignore-path .gitignore",
"lint-md": "remark . --ignore-path .gitignore",
"lint-less": "stylelint --syntax less angularjs-portal-home/src/**/*.less",
"prestart": "mvn clean package",
"start": "mvn jetty:run",
"watch-lint": "live-server angularjs-portal-home/target/web/lint-out.html"
"start": "mvn jetty:run"
},
"repository": {
"type": "git",
Expand All @@ -29,7 +27,6 @@
},
"homepage": "https://github.com/UW-Madison-DoIT/angularjs-portal",
"devDependencies": {
"concurrently": "^3.4.0",
"eslint": "^3.17.1",
"eslint-config-google": "^0.7.1",
"eslint-plugin-angular": "^1.6.2",
Expand All @@ -50,7 +47,6 @@
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"live-server": "^1.2.0",
"phantomjs": "^2.1.7",
"remark-cli": "^3.0.0",
"remark-lint": "^6.0.0",
Expand Down

0 comments on commit 3644792

Please sign in to comment.