Lucas Falk Beier
Results
2
comments of
Lucas Falk Beier
Is this still open or was fixed? I'm trying to validate a field using `valid:"matches(^\d{5}$)"` and the tests are passing with the wrong format. Using v9.
Hi @ratherblue, No, still not. This is my `.eslintignore` ``` bower_components/** node_modules/** scripts/libraries/** scripts/datePicker/** scripts/plugins/** app/dist/** **/*min.js ``` My `Gruntfile.js`: ``` eslint: { options: { configFile: ".eslintrc", format: require('eslint-html-reporter'), outputFile:...