UNPKG

step-to-json

Version:

A simple command line tool that extracts the system structure of a STEP (ISO 10303-44) file and outputs it as .json

37 lines (36 loc) 902 B
{ "parser": "@babel/eslint-parser", "extends": "eslint:recommended", "env": { "mocha": true, "node": true }, "rules": { "indent": [ "error", 4 ], "padded-blocks": [ "error", { "classes": "always" } ], "max-len": [ 2, 150, 2, { "ignoreComments": true } ], "no-plusplus": "off", "import/prefer-default-export": "off", "object-shorthand": "off" // "comma-dangle": ["error", "only-multiline"], // "no-return-assign": ["error", "except-parens"], // "max-len": [2, 120, 2, {"ignoreComments": true}], // "prefer-destructuring": "off", // "no-param-reassign": "off" } }