diff --git a/README.md b/README.md index 3cfee2f..e53112b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[![Build Status](https://img.shields.io/travis/seek-oss/eslint-config-sku/master.svg?style=flat-square)](http://travis-ci.org/seek-oss/eslint-config-sku) [![npm](https://img.shields.io/npm/v/eslint-config-sku.svg?style=flat-square)](https://www.npmjs.com/package/eslint-config-sku) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/) +[![Build Status](https://img.shields.io/travis/seek-oss/eslint-config-seek/master.svg?style=flat-square)](http://travis-ci.org/seek-oss/eslint-config-seek) [![npm](https://img.shields.io/npm/v/eslint-config-seek.svg?style=flat-square)](https://www.npmjs.com/package/eslint-config-seek) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/) -# eslint-config-sku +# eslint-config-seek -This package includes the shareable ESLint configuration used by [sku](https://github.com/seek-oss/sku). +This package includes the shareable ESLint configuration used by [SEEK](https://github.com/seek-oss/). ## Usage in sku Projects @@ -21,11 +21,11 @@ Then create a file named `.eslintrc` with following contents in the root folder ```js { - "extends": "sku" + "extends": "seek" } ``` -You can override the settings from `eslint-config-sku` by editing the `.eslintrc` file. Learn more about [configuring ESLint](http://eslint.org/docs/user-guide/configuring) on the ESLint website. +You can override the settings from `eslint-config-seek` by editing the `.eslintrc` file. Learn more about [configuring ESLint](http://eslint.org/docs/user-guide/configuring) on the ESLint website. ## License diff --git a/package.json b/package.json index 90c96a3..3602d68 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { - "name": "eslint-config-sku", + "name": "eslint-config-seek", "version": "0.0.0-development", - "description": "ESLint configuration used by SKU", + "description": "ESLint configuration used by SEEK", "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/seek-oss/eslint-config-sku.git" + "url": "git+https://github.com/seek-oss/eslint-config-seek.git" }, "author": "Seek", "license": "MIT", "bugs": { - "url": "https://github.com/seek-oss/eslint-config-sku/issues" + "url": "https://github.com/seek-oss/eslint-config-seek/issues" }, "scripts": { "test": "eslint --config 'index.js' foo", @@ -18,7 +18,7 @@ "commitmsg": "commitlint -e -x '@commitlint/config-angular'", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, - "homepage": "https://github.com/seek-oss/eslint-config-sku#readme", + "homepage": "https://github.com/seek-oss/eslint-config-seek#readme", "dependencies": { "babel-eslint": "^7.2.3", "eslint-config-prettier": "^2.3.0",