Skip to content

Commit

Permalink
chore: rename to oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent 4a0a345 commit 0d861c3
Show file tree
Hide file tree
Showing 9 changed files with 141 additions and 176 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:

workflows:
version: 2
"eslint-config-anycli":
"eslint-config-oclif":
jobs:
- node-latest
- node-8
# - node-latest
# - node-8
- release:
context: org-global
filters:
branches: {only: master}
requires:
- node-latest
- node-8
# requires:
# - node-latest
# - node-8
4 changes: 2 additions & 2 deletions .circleci/release
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -ex

PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH

yarn global add @dxcli/semantic-release@1 semantic-release@12
yarn global add @oclif/semantic-release@1 semantic-release@12
yarn install --frozen-lockfile
semantic-release -e @dxcli/semantic-release
semantic-release -e @oclif/semantic-release
29 changes: 0 additions & 29 deletions .circleci/test

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "anycli"
"extends": "oclif"
}
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
eslint-config-anycli
eslint-config-oclif
====================

eslint config for anycli
eslint config for oclif

[![Version](https://img.shields.io/npm/v/eslint-config-anycli.svg)](https://npmjs.org/package/eslint-config-anycli)
[![CircleCI](https://circleci.com/gh/anycli/eslint-config-anycli/tree/master.svg?style=svg)](https://circleci.com/gh/anycli/eslint-config-anycli/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/anycli/eslint-config-anycli?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/eslint-config-anycli/branch/master)
[![Codecov](https://codecov.io/gh/anycli/eslint-config-anycli/branch/master/graph/badge.svg)](https://codecov.io/gh/anycli/eslint-config-anycli)
[![Greenkeeper](https://badges.greenkeeper.io/anycli/eslint-config-anycli.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/eslint-config-anycli/badge.svg)](https://snyk.io/test/npm/eslint-config-anycli)
[![Downloads/week](https://img.shields.io/npm/dw/eslint-config-anycli.svg)](https://npmjs.org/package/eslint-config-anycli)
[![License](https://img.shields.io/npm/l/eslint-config-anycli.svg)](https://github.com/anycli/eslint-config-anycli/blob/master/package.json)
[![Version](https://img.shields.io/npm/v/eslint-config-oclif.svg)](https://npmjs.org/package/eslint-config-oclif)
[![CircleCI](https://circleci.com/gh/oclif/eslint-config-oclif/tree/master.svg?style=svg)](https://circleci.com/gh/oclif/eslint-config-oclif/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/eslint-config-oclif?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/eslint-config-oclif/branch/master)
[![Codecov](https://codecov.io/gh/oclif/eslint-config-oclif/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/eslint-config-oclif)
[![Greenkeeper](https://badges.greenkeeper.io/oclif/eslint-config-oclif.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/eslint-config-oclif/badge.svg)](https://snyk.io/test/npm/eslint-config-oclif)
[![Downloads/week](https://img.shields.io/npm/dw/eslint-config-oclif.svg)](https://npmjs.org/package/eslint-config-oclif)
[![License](https://img.shields.io/npm/l/eslint-config-oclif.svg)](https://github.com/oclif/eslint-config-oclif/blob/master/package.json)
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ install:
- ps: Install-Product node $env:nodejs_version x64
- git submodule sync
- git submodule update --init --recursive
- git config --global user.email "[email protected]"
- git config --global user.name "anycli"
- yarn add -D nyc @anycli/nyc-config
- git config --global user.email "[email protected]"
- git config --global user.name "oclif"
test_script:
- yarn test
after_test:
Expand Down
25 changes: 0 additions & 25 deletions package-scripts.js

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "eslint-config-anycli",
"description": "eslint config for anycli",
"name": "eslint-config-oclif",
"description": "eslint config for oclif",
"version": "1.3.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/eslint-config-anycli/issues",
"bugs": "https://github.com/oclif/eslint-config-oclif/issues",
"dependencies": {
"eslint-config-xo-space": "^0.17.0",
"eslint-plugin-mocha": "^4.11.0",
Expand All @@ -14,7 +14,7 @@
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"eslint": "^4.16.0",
"eslint-config-anycli": "^1.2.2",
"eslint-config-oclif": "^1.2.2",
"husky": "^0.14.3",
"nps": "^5.7.1",
"nps-utils": "^1.5.0"
Expand All @@ -25,13 +25,13 @@
"files": [
"/index.js"
],
"homepage": "https://github.com/anycli/eslint-config-anycli",
"homepage": "https://github.com/oclif/eslint-config-oclif",
"keywords": [
"anycli"
"oclif"
],
"license": "MIT",
"main": "index.js",
"repository": "anycli/eslint-config-anycli",
"repository": "oclif/eslint-config-oclif",
"scripts": {
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
"precommit": "nps lint -l warn",
Expand Down
Loading

0 comments on commit 0d861c3

Please sign in to comment.