Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request elastic#37 from spalger/removeJshintConfigs
Browse files Browse the repository at this point in the history
remove jshint configs
  • Loading branch information
spalger committed Oct 20, 2015
2 parents 8731ac3 + b30a691 commit eafcc69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
2 changes: 0 additions & 2 deletions .jshintignore

This file was deleted.

40 changes: 0 additions & 40 deletions .jshintrc

This file was deleted.

2 changes: 1 addition & 1 deletion public/sense.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ require('ui/chrome')
}])
.setRootTemplate(require('./index.html'))
.setRootController(function () {
require('./src/app');
require('./src/app');
});

0 comments on commit eafcc69

Please sign in to comment.