mirror of
https://github.com/arnaucube/kesto.git
synced 2026-02-08 03:56:41 +01:00
Add circom-examples/equation.circom
This commit is contained in:
17
circom-examples/tslint.json
Normal file
17
circom-examples/tslint.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"indent": [true, "spaces", 4],
|
||||
"semicolon": [false, "always"]
|
||||
},
|
||||
"rulesDirectory": [],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"node_modules/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user