zkemail / zk-regex

A library to do regex verification in circom, adapted from the original zk-email. It additionally generates lookup tables for halo2-regex.
GNU General Public License v3.0
79 stars 27 forks source link

integrate eslint #13

Closed katat closed 1 year ago

katat commented 1 year ago

https://github.com/zk-email-verify/zk-regex/issues/10

Please feel free to suggest the style. I am open to any tastes :p

Divide-By-0 commented 1 year ago

I get this error still: 'Error: 24:30 error 'Set' is not defined no-undef'

Divide-By-0 commented 1 year ago

Fixed, my vscode prettier re-defaulted the code to double quotes, but I am ok with any linting rules as long as it's consistent.