mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
module.exports = {
|
|
target: [
|
|
'plugins/**/*.js',
|
|
'src/**/*.js'
|
|
],
|
|
options: {
|
|
configFile: '.eslintrc.json'
|
|
}
|
|
};
|