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