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 a14dcf8 commit 6b686d4Copy full SHA for 6b686d4
packages/eslint-config-transit/index.js
@@ -3,7 +3,7 @@
3
module.exports = {
4
extends: 'airbnb-base',
5
parserOptions: {
6
- ecmaVersion: 6,
+ ecmaVersion: 2017,
7
ecmaFeatures: {},
8
sourceType: 'script',
9
},
packages/eslint-config-transit/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-transit",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Transit's ESLint config",
"main": "index.js",
"scripts": {
0 commit comments