Fix a few no-useless-escape lint errors
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
49ce4ef117
commit
5f3b03c85a
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
const PHONE_NUMBER_REGEXP = /^[0-9 -\.]+$/;
|
||||
const PHONE_NUMBER_REGEXP = /^[0-9 -.]+$/;
|
||||
|
||||
/*
|
||||
* Do basic validation to determine if the given input could be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue