Skip to content

Commit

Permalink
feat: added validation for Pancard and lint error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulnikam2002 committed Sep 24, 2023
1 parent 3a5ece5 commit 3452a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import isISSN from './lib/isISSN';
import isTaxID from './lib/isTaxID';

import isMobilePhone, {

Check failure on line 83 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Unexpected line break after this opening brace

Check failure on line 83 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Unexpected line break after this opening brace

Check failure on line 83 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Unexpected line break after this opening brace

Check failure on line 83 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Unexpected line break after this opening brace
locales as isMobilePhoneLocales
locales as isMobilePhoneLocales,
} from './lib/isMobilePhone';

Check failure on line 85 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Unexpected line break before this closing brace

Check failure on line 85 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Unexpected line break before this closing brace

Check failure on line 85 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Unexpected line break before this closing brace

Check failure on line 85 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Unexpected line break before this closing brace

import isEthereumAddress from './lib/isEthereumAddress';
Expand Down Expand Up @@ -109,7 +109,7 @@ import isMimeType from './lib/isMimeType';

import isLatLong from './lib/isLatLong';
import isPostalCode, {

Check failure on line 111 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Unexpected line break after this opening brace

Check failure on line 111 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Unexpected line break after this opening brace

Check failure on line 111 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Unexpected line break after this opening brace

Check failure on line 111 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Unexpected line break after this opening brace
locales as isPostalCodeLocales
locales as isPostalCodeLocales,
} from './lib/isPostalCode';

Check failure on line 113 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 14

Unexpected line break before this closing brace

Check failure on line 113 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 12

Unexpected line break before this closing brace

Check failure on line 113 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 10

Unexpected line break before this closing brace

Check failure on line 113 in src/index.js

View workflow job for this annotation

GitHub Actions / Run tests on Node.js 8

Unexpected line break before this closing brace

import ltrim from './lib/ltrim';
Expand Down

0 comments on commit 3452a33

Please sign in to comment.