Add jsonlint dependency.
This commit is contained in:
12
grunt-config/jsonlint.js
Normal file
12
grunt-config/jsonlint.js
Normal file
@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
toolchain: {
|
||||
src: ['.eslintrc.json', 'package.json', 'bower.json'],
|
||||
options: {
|
||||
formatter: 'prose',
|
||||
reporter: 'jslint',
|
||||
indent: 2
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user