UNPKG

node-barefoot

Version:

Barefoot makes code sharing between browser and server reality. Write your application once and run it on both ends of the wire.

21 lines 375 B
/** File: .jshintrc * Configuration for JSHint, the easiert JSLint alternative * * See also: * - http://www.jshint.com/docs/#config */ { "node": true , "camelcase": true , "curly": true , "eqeqeq": true , "latedef": true , "newcap": true , "noarg": true , "undef": true , "unused": true , "trailing": true , "maxdepth": 3 , "maxlen": 80 , "laxcomma": true }