mask-json-path
Version:
Mask values from given JSON (objects / arrays). Useful in protecting confidential data, mask it before sending it to third party applications.
25 lines (24 loc) • 420 B
JSON
{
"env": {
"browser": true,
"es2021": true,
"node": true,
"amd": true,
"jest": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2020,
"sourceType": "module"
},
"rules": {
"quotes": [
"error", "single"
]
}
}