mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 17:16:03 +00:00
9 lines
150 B
JavaScript
Executable file
9 lines
150 B
JavaScript
Executable file
module.exports = {
|
|
target: [
|
|
'plugins/**/*.js',
|
|
'src/**/*.js'
|
|
],
|
|
options: {
|
|
configFile: '.eslintrc.json'
|
|
}
|
|
};
|