Skip to content

Commit

Permalink
* restored eslint config
Browse files Browse the repository at this point in the history
 * modifications in postinstall script
 * removed lib files
  • Loading branch information
endurance21 committed Jul 14, 2020
1 parent f0c7055 commit b369f4b
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 106,374 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function(grunt) {
configFile: './.eslintrc',
fix: true
},
src: ['sr/**/*.js','test/tests/*.js']
src: ['src/**/*.js', 'test/tests/**/*.js']
}
},
webpack: {
Expand Down
Loading

0 comments on commit b369f4b

Please sign in to comment.