Skip to content

Commit 7e46777

Browse files
committed
removing references to cosmiconfig
1 parent f167d35 commit 7e46777

File tree

3 files changed

+22
-41
lines changed

3 files changed

+22
-41
lines changed

package-lock.json

Lines changed: 16 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@
22
"license": "MIT",
33
"version": "1.0.0",
44
"name": "eslint-config-typescript",
5-
"description": "",
5+
"description": "An opinionated set of ESLint rules for TypeScript projects",
66
"author": "Patricio Trevino <patricio@weirdpattern.com>",
7-
"private": true,
87
"repository": {
98
"type": "git",
109
"url": "https://github.com/weirdpattern/eslint-config-typescript.git"
1110
},
1211
"files": [
1312
"src/",
1413
"index.js",
15-
"prettier.js"
14+
"prettier.js",
15+
"react.js"
1616
],
1717
"keywords": [
1818
"eslint",
1919
"config",
2020
"eslintconfig",
21-
"typescript"
21+
"typescript",
22+
"prettier",
23+
"react"
2224
],
23-
"dependencies": {
24-
"cosmiconfig": "^2.2.2"
25-
},
2625
"devDependencies": {
2726
"@types/node": "^8.0.28",
2827
"create-react-class": "^15.6.0",

src/utils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
'use strict';
1010

11-
const config = require('cosmiconfig');
12-
1311
module.exports = {
1412
/**
1513
* Gets the ESLint overridden eslint:recommended + others rules.

0 commit comments

Comments
 (0)