mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Removed the last remaining eslint file #2803
This commit is contained in:
parent
fe80807d04
commit
47d6f59b58
2 changed files with 0 additions and 10 deletions
|
@ -31,7 +31,6 @@
|
|||
"phaser"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^3.3.1",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-clean": "^0.5.0",
|
||||
"grunt-contrib-concat": "^0.4.0",
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
module.exports = {
|
||||
target: [
|
||||
'plugins/**/*.js',
|
||||
'src/**/*.js'
|
||||
],
|
||||
options: {
|
||||
configFile: '.eslintrc.json'
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue