Removed the last remaining eslint file #2803

This commit is contained in:
photonstorm 2016-12-05 10:25:13 +00:00
parent fe80807d04
commit 47d6f59b58
2 changed files with 0 additions and 10 deletions

View file

@ -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",

View file

@ -1,9 +0,0 @@
module.exports = {
target: [
'plugins/**/*.js',
'src/**/*.js'
],
options: {
configFile: '.eslintrc.json'
}
};