phaser/v2/tasks/options/eslint.js
2016-11-23 00:17:46 +00:00

9 lines
150 B
JavaScript
Executable file

module.exports = {
target: [
'plugins/**/*.js',
'src/**/*.js'
],
options: {
configFile: '.eslintrc.json'
}
};