Skip to content

Commit

Permalink
Set the version and environment of the ES
Browse files Browse the repository at this point in the history
  • Loading branch information
tzeikob committed Mar 30, 2021
1 parent 371664a commit 880a599
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module.exports = {
extends: "eslint:recommended",
parserOptions: {
ecmaVersion: 2017
},
env: {
es6: true
},
rules: {
semi: [2, "always"]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-aargh",
"version": "0.1.0",
"version": "0.1.1",
"description": "A strongly opinionated ESLint configuration for a seriously taken cartoonish development.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 880a599

Please sign in to comment.