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:
parent
eea86c986f
commit
1fc1923021
5 changed files with 7 additions and 23 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue