mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 18:56:39 +00:00
Add translation and fix ts issues
This commit is contained in:
@@ -3,7 +3,8 @@ export default [
|
||||
{
|
||||
rules: {
|
||||
semi: "error",
|
||||
"prefer-const": "error"
|
||||
"prefer-const": "error",
|
||||
quotes: ["error", "double"]
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user