Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg 4d4dee2f78 1.1.1 2 years ago
Sven Slootweg 1ffcae013e Support ecma2020 syntax 2 years ago

@ -8,7 +8,7 @@ module.exports = {
"node": true "node": true
}, },
"parserOptions": { "parserOptions": {
"ecmaVersion": 2019 "ecmaVersion": 2020
}, },
"rules": { "rules": {
/* Things that should effectively be syntax errors. */ /* Things that should effectively be syntax errors. */

@ -1,7 +1,7 @@
{ {
"name": "@joepie91/eslint-config", "name": "@joepie91/eslint-config",
"description": "An ESLint configuration for correctness, not style", "description": "An ESLint configuration for correctness, not style",
"version": "1.1.0", "version": "1.1.1",
"main": "index.js", "main": "index.js",
"repository": "http://git.cryto.net/joepie91/eslint-configuration.git", "repository": "http://git.cryto.net/joepie91/eslint-configuration.git",
"author": "Sven Slootweg <admin@cryto.net>", "author": "Sven Slootweg <admin@cryto.net>",

2
react.js vendored

@ -10,7 +10,7 @@ module.exports = {
"node": true "node": true
}, },
"parserOptions": { "parserOptions": {
"ecmaVersion": 2019, "ecmaVersion": 2020,
"ecmaFeatures": { "ecmaFeatures": {
"jsx": true "jsx": true
} }

Loading…
Cancel
Save