UNPKG

parse-string-data

Version:

Parse data (object literal / array) from a text string and return a data structure

26 lines 445 B
{ "env": { "browser": true, "commonjs": true, "es6": true }, "extends": "eslint:recommended", "rules": { "indent": [ "error", "tab" ], "linebreak-style": [ "error", "unix" ], "quotes": [ "error", "single" ], "semi": [ "error", "always" ] } }