UNPKG

thermocouple-converter

Version:

A JavaScript module for thermocouple voltage to temperature conversions. Based on the [Python script](https://github.com/andygock/Thermocouple) I wrote of the same function.

17 lines (16 loc) 264 B
{ "env": { "node": true, "browser": true, "mocha": true }, "parserOptions": { "ecmaVersion": 3 }, "extends": "eslint:recommended", "rules": { "no-unused-vars": 1, "eol-last": 1, "no-trailing-spaces": 1 } }