Skip to content

Commit

Permalink
Docs(example): Ignore ESLint key-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Mar 31, 2024
1 parent ef59755 commit a444f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-console */
/* eslint-disable no-console, key-spacing */
const geoip = require( 'geoip2ws' );

geoip( {
Expand Down

0 comments on commit a444f38

Please sign in to comment.