Rename *.es6 to *.js

*.es6 isn't standard naming, that was just an old cockpit-ism. All files
are treated as ES6.
This commit is contained in:
Martin Pitt 2019-07-11 13:23:22 +02:00 committed by Katerina Koukiou
parent eea86c986f
commit 1fc1923021
5 changed files with 7 additions and 23 deletions

View file

@ -46,7 +46,7 @@ or
# Running eslint
Cockpit Starter Kit uses [ESLint](https://eslint.org/) to automatically check
JavaScript code style in `.jsx` and `.es6` files.
JavaScript code style in `.js` and `.jsx` files.
The linter is executed within every build as a webpack preloader.