Add composer.json and package.json for linting with Travis

This commit is contained in:
Ismail El Korchi 2020-03-30 18:40:16 +01:00
parent 1df1677846
commit cfdbdfc534
9 changed files with 152 additions and 124 deletions

8
.eslintrc Normal file
View file

@ -0,0 +1,8 @@
{
"extends": [
"plugin:@wordpress/eslint-plugin/es5"
],
"env": {
"browser": true
}
}