Use eslint and be compliant. (mostly)
This commit is contained in:
13
grunt-config/eslint.js
Normal file
13
grunt-config/eslint.js
Normal file
@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
frontend: [
|
||||
'<%= accountant.frontend.src %>/index.html',
|
||||
'<%= accountant.frontend.src %>/views/*.html',
|
||||
'<%= accountant.frontend.src %>/js/*.js'
|
||||
],
|
||||
toolchain: [
|
||||
'Gruntfile.js',
|
||||
'grunt-config/*.js'
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user