mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-21 23:41:49 -05:00
11 lines
229 B
JavaScript
11 lines
229 B
JavaScript
module.exports = {
|
|
source: {
|
|
src: ['client/src/**/*.js', '*conf.js', '*.config.js', 'Gruntfile.js'],
|
|
options: {
|
|
reporter: require('jshint-stylish'),
|
|
jshintrc: true
|
|
}
|
|
},
|
|
|
|
};
|