Merge pull request #3985 from whymarrh/unused-jshint

Remove unused JSHint file
feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
commit 458fc3ff96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      .jshintrc

@ -1,27 +0,0 @@
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals" : {
"chrome": true,
"crypto": true,
"describe": true,
"it": true
}
}
Loading…
Cancel
Save