themehybrid / mythic

Mythic is a next-generation starter theme designed to help theme authors write elegant, intelligent, and modern code.
https://themehybrid.com/themes/mythic
GNU General Public License v2.0
237 stars 43 forks source link

switch to .eslint.yml, change config to use latest eslint and correct… #79

Open nextgenthemes opened 5 years ago

nextgenthemes commented 5 years ago

… eslint wp plugin, update imagemin-mozjpeg to v8+ (had a security issue I think), composer update.

I think its cool to use latest for eslint and the wp config.

.eslintrc is deprecated, I like YAML 100 times more then JSON. If you want to keep JSON you need to have .json ending.

lkraav commented 5 years ago

:heart: ESLint, but can we avoid updating other packages in this PR?

nextgenthemes commented 5 years ago

Why? Imagemin had a security issue if I remember correctly, what so bad in using 8.0 and browser sync was just a few minor versions within the set constrains.