mirror of
https://github.com/ZYSzys/awesome-captcha.git
synced 2024-10-01 01:05:39 -04:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
'use strict';
|
|
|
|
const awesomeLint = require('awesome-lint');
|
|
|
|
awesomeLint.report({ filename: 'README.md'});
|