storage-manager-js
Version:
A little way to control Cookies, LocalStorage and SessionStorage without tears
17 lines (16 loc) • 379 B
Plain Text
{
"parser": "typescript",
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"arrowParens": "always",
"endOfLine": "auto",
"tabWidth": 4,
"useTabs": true,
"printWidth": 150,
"jsxSingleQuote": false,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"proseWrap": "preserve"
}