measurement
Version:
A flexible library for handling unit conversions
30 lines (27 loc) • 500 B
Plain Text
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true,
"-W013": true,
"-W116": true,
"globals": {
"describe": false,
"it": false
}
}