Skip to content

Commit d5b2006

Browse files
committed
prepare for release
1 parent 2f31a93 commit d5b2006

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Mother Co.
3+
Copyright (c) 2018 Mother Co.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
window: false,
1010
document: false
1111
},
12-
parser: 'babel-eslint',
12+
parser: "babel-eslint",
1313
rules: {
1414
"consistent-return": 1,
1515
// TODO: Decide on MemberExpression

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-mother",
3-
"version": "2.0.11",
4-
"description": "Mother eslint config from eslint-config-airbnb",
3+
"version": "2.0.12",
4+
"description": "Mother eslint config derived from eslint-config-airbnb",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -12,8 +12,7 @@
1212
},
1313
"keywords": [
1414
"eslint",
15-
"config",
16-
"airbnb"
15+
"config"
1716
],
1817
"author": "Mother Co.",
1918
"license": "MIT",

0 commit comments

Comments
 (0)