From c85f8a080786468fcc4e47da7096672cc4e148df Mon Sep 17 00:00:00 2001 From: Damian Taggart <4309872+attackant@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:08:21 -0600 Subject: [PATCH] Remove linting instructions from README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5ff1e1d4..5fb8447a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,4 @@ The GNU General Public License (GPL) license. Please see [License File](LICENSE) Run `npm run test` to run Jest tests against JavaScript files. Run `npm run test:watch` to keep the test runner open and watching for changes. -Run `npm run lint` to run ESLint against all JavaScript files. Linting will also -happen when running development or production builds. - Run `composer test` to run tests against PHPUnit and the PHP code in the plugin.