Compare commits

..

No commits in common. '4d4dee2f78f745017e51d0a51728b648e9083975' and '1c56ba4e49a33e74379dfd66d3237ad6fc5e0c90' have entirely different histories.

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

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

2
react.js vendored

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

Loading…
Cancel
Save