Skip to content

Commit

Permalink
Merge branch 'formatting' of https://github.com/balazs-endresz/django…
Browse files Browse the repository at this point in the history
…-rosetta into balazs-endresz-formatting
  • Loading branch information
mbi committed Sep 27, 2024
2 parents ec29b55 + 635745d commit 88bc11d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
extends: "eslint:recommended",
env: {
browser: true,
node: true,
},
parserOptions: { ecmaVersion: 9 },
globals: {
$: "readonly",
},
};

0 comments on commit 88bc11d

Please sign in to comment.