Skip to content

Commit

Permalink
DOCS: Add missing whitespaces in table
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Dec 4, 2019
1 parent e2e1acf commit a5f4496
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,21 @@ Explanation of the config files:
--------------------------------

==================================== =========================================================================================
File Name Explantion
File Name Explantion
==================================== =========================================================================================
`.editorconfig <.editorconfig>`_ EditorConfig_ helps maintain consistent coding styles
`.eslintignore <.eslintignore>`_ These files get ignored from ESLint_
`.eslintrc <.eslintrc>`_ The configuration file for ESLint_, a pluggable JavaScript linter
`.jshintrc <.jshintrc>`_ The configuration for JSHint_, a static code analysis tool for JavaScript
`.nvmrc <.nvmrc>`_ This file contains the required Node.js_ version and is used by NVM_
`.editorconfig <.editorconfig>`_ EditorConfig_ helps maintain consistent coding styles
`.eslintignore <.eslintignore>`_ These files get ignored from ESLint_
`.eslintrc <.eslintrc>`_ The configuration file for ESLint_, a pluggable JavaScript linter
`.jshintrc <.jshintrc>`_ The configuration for JSHint_, a static code analysis tool for JavaScript
`.nvmrc <.nvmrc>`_ This file contains the required Node.js_ version and is used by NVM_
`.prettierignore <.prettierignore>`_ These files gets excluded from the Prettier_ code formatting
`.prettierrc <.prettierrc>`_ This is the configuration file for Prettier_
`.stylelintrc <.stylelintrc>`_ This is the configuration file for StyleLint_
`.yarnclean <.yarnclean>`_ Cleans and removes unnecessary files from package dependencies
babel.config.js_ This is the configuration file for Babel_. If you want to enable something like React_ TypeScript_ or Vue.js_, here is the right place to do this
package.json_ In this file all your dependencies from the build stack are stored
webpack.config.js_ This is the configuration forr webpack_
yarn.lock_ This is the lockfile for Yarn_. This is needed to get consistent installs across machines
`.prettierrc <.prettierrc>`_ This is the configuration file for Prettier_
`.stylelintrc <.stylelintrc>`_ This is the configuration file for StyleLint_
`.yarnclean <.yarnclean>`_ Cleans and removes unnecessary files from package dependencies
babel.config.js_ This is the configuration file for Babel_. If you want to enable something like React_ TypeScript_ or Vue.js_, here is the right place to do this
package.json_ In this file all your dependencies from the build stack are stored
webpack.config.js_ This is the configuration forr webpack_
yarn.lock_ This is the lockfile for Yarn_. This is needed to get consistent installs across machines
==================================== =========================================================================================

.. _webpack: https://webpack.js.org/
Expand Down

0 comments on commit a5f4496

Please sign in to comment.