UNPKG

mathjs

Version:

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif

19 lines (18 loc) 358 B
{ "extends": "@ljharb", "root": true, "rules": { "func-style": 1, "operator-linebreak": [2, "before"], }, "overrides": [ { "files": "test/**", "rules": { "global-require": 0, "max-lines-per-function": 0, "no-negated-condition": 0, }, }, ], }