File: .jshintrc

Recommend this page to a friend!
  Classes of Igor Escobar   jQuery Mask Plugin   .jshintrc   Download  
File: .jshintrc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Mask Plugin
Filter characters typed in form inputs using masks
Author: By
Last change: Update of .jshintrc
Date: 2 years ago
Size: 606 bytes
 

Contents

Class file image Download
{ "bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "esnext": true, "expr": true, "globals": { "console": false, "define": false, "document": false, "expect": false, "module": false, "require": false, "window": false }, "immed": true, "indent": 4, "latedef": false, "maxcomplexity": 15, "newcap": true, "noarg": true, "node": true, "noempty": true, "nonstandard": true, "quotmark": "single", "regexp": true, "smarttabs": true, "strict": false, "trailing": true, "undef": true, "unused": true }