first commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
const rules = /** @type {const} */ ({
|
||||
"json/no-duplicate-keys": "error",
|
||||
"json/no-empty-keys": "error",
|
||||
"json/no-unnormalized-keys": "error",
|
||||
"json/no-unsafe-values": "error"
|
||||
});
|
||||
export default rules;
|
||||
Reference in New Issue
Block a user