phaser/2.6.2/tasks/options/eslint.js
2016-11-22 01:36:56 +00:00

9 lines
150 B
JavaScript
Executable file

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