Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Use my personal eslint preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jsepia committed Jun 25, 2017
1 parent ac3f2e6 commit 5dc0604
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 49 deletions.
49 changes: 1 addition & 48 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,50 +1,3 @@
{
"extends": "eslint:recommended",
"env": {
"es6": true,
"node": true,
"mocha": true,
"browser": true
},
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"blockBindings": true,
"modules": true
}
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_"
}
],
"quotes": [
"error",
"single"
],
"eqeqeq": [
"error",
"smart"
],
"no-cond-assign": [
"off"
],
"semi": [
"error",
"never"
],
"vars-on-top": "error",
"no-console": 0
}
"extends": "jsepia"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsepia/utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "My utility library. Because some wheels are worth reinventing.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,6 +33,7 @@
"coveralls": "^2.13.1",
"cross-env": "^5.0.0",
"eslint": "^3.19.0",
"eslint-config-jsepia": "^1.0.1",
"mocha": "^3.4.2",
"nyc": "^11.0.1",
"rimraf": "^2.6.1",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,10 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-jsepia@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-jsepia/-/eslint-config-jsepia-1.0.1.tgz#184e270e83532c3c63bf555239f94b03ec995cc0"

eslint@^3.19.0:
version "3.19.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc"
Expand Down

0 comments on commit 5dc0604

Please sign in to comment.