From 720ed57dcca4c6f13cd5ee50c2c00bdc451173c3 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 25 Apr 2021 21:44:54 +0100 Subject: [PATCH] Updated 1.1 Repo. Root (markdown) --- 1.1-Repo.-Root.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/1.1-Repo.-Root.md b/1.1-Repo.-Root.md index 82cb8aa..0fa0109 100644 --- a/1.1-Repo.-Root.md +++ b/1.1-Repo.-Root.md @@ -10,11 +10,9 @@ | `package.json` & `package-lock.json` | Declares NPM dependencies and scripts. | | `README.md` | Provides an overview of the project. | | `SECURITY.md` | Provides guidance on reporting security-related issues. | -| `wpml-config.xml` | Used by the [WPML Plugin](https://wpml.org/documentation/support/language-configuration-files/) for translation. | | `.distignore` | Lists files to ignore when building the Plugin for distribution (@todo this is not currently used). | -| `.eslintignore` & `.eslintrc.js` | Config. files for JavaScript linting. | | `.gitignore` | Lists files to exclude from Git version control. | -| `.prettierignore` & `.prettierrc` | Config. files for JavaScript formatting. | +| `.prettierignore` | A list of files to ignore when formatting JavaScript (@todo move this into `package.json` [when possible](https://github.com/prettier/prettier/issues/3460)). | | `.stylelintignore` & `.stylelinttc.json` | Config. files for stylesheet linting. | ## Directories