We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9798cbf commit b9605d6Copy full SHA for b9605d6
.eslintrc.js
@@ -0,0 +1,14 @@
1
+module.exports = {
2
+ extends: [
3
+ 'eslint:recommended',
4
+ // 'prettier',
5
+ ],
6
+ parser: '@babel/eslint-parser',
7
+ env: {
8
+ browser: true,
9
+ es6: true,
10
+ },
11
+ parserOptions: {
12
+ requireConfigFile: false,
13
14
+};
package.json
@@ -10,5 +10,10 @@
],
"repository": "https://github.com/mauricesnip/sulu-headless-api-client",
"author": "Maurice Snip",
- "license": "MIT"
+ "license": "MIT",
+ "devDependencies": {
15
+ "@babel/core": "^7.21.4",
16
+ "@babel/eslint-parser": "^7.21.3",
17
+ "eslint": "^8.38.0"
18
+ }
19
}
0 commit comments