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