From a17ca681532dfcbd5021ee7641ef7cb62908a3b2 Mon Sep 17 00:00:00 2001 From: Mahdi Yazdani Date: Sat, 7 Nov 2020 04:53:06 +0300 Subject: [PATCH] Opt-in to the recommended WP configuration --- .eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .eslintrc.js diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..93da7d7 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,3 @@ +module.exports = { + extends: [ 'plugin:@wordpress/eslint-plugin/recommended', 'prettier' ], +};