4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-06-02 13:25:44 +08:00

CB-12954 🔪 remove jshint leftovers

This commit is contained in:
filmaj 2017-06-26 12:26:53 -05:00
parent 55d7cf3865
commit 3ff32092a3
4 changed files with 0 additions and 34 deletions

@ -1,3 +0,0 @@
bin/node_modules/*
bin/templates/project/*
spec/fixtures/*

@ -1,10 +0,0 @@
{
"node": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": true
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
}

@ -1,10 +0,0 @@
{
"node": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": true
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
}

@ -1,11 +0,0 @@
{
"node": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": true
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
, "jasmine": true
}