Skip to content

Commit

Permalink
Package name change (#7)
Browse files Browse the repository at this point in the history
* Up copyright year

* Link LICENSE from README

* Use @wowserhq/eslint-config as package name

* Drop 'Base' from description

* Correct badge reference in README

* Update GitHub repo reference
  • Loading branch information
timkurvers authored May 12, 2018
1 parent fa9617d commit 1c06e62
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2017 Wowser Contributors
Copyright (c) 2016-2018 Wowser Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Wowser Base ESLint Configuration
# Wowser ESLint Configuration

[![Version](https://img.shields.io/npm/v/eslint-config-wowser-base.svg?style=flat)](https://www.npmjs.org/package/eslint-config-wowser-base)
[![Version](https://img.shields.io/npm/v/@wowserhq/eslint-config.svg?style=flat)](https://www.npmjs.org/package/@wowserhq/eslint-config)

This shareable ESLint configuration is used across all Wowser projects.

Licensed under the **MIT** license, see LICENSE for more information.
Licensed under the [**MIT** license](LICENSE).

## Usage

To install `eslint-config-wowser-base` and its dependencies:
To install `@wowserhq/eslint-config` and its dependencies:

```shell
npm install eslint-config-wowser-base --save-dev
npm install @wowserhq/eslint-config --save-dev
npm install eslint-plugin-import --save-dev
npm install eslint --save-dev
```
Expand All @@ -20,6 +20,6 @@ Tweak `.eslintrc`:

```json
{
"extends": "eslint-config-wowser-base"
"extends": "@wowserhq/eslint-config"
}
```
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "eslint-config-wowser-base",
"name": "@wowserhq/eslint-config",
"version": "0.2.0",
"description": "Base ESLint configuration for Wowser",
"description": "ESLint configuration for Wowser",
"author": "Wowser Contributors",
"repository": "github:wowserhq/eslint-config-wowser-base",
"repository": "github:wowserhq/eslint-config-wowser",
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1c06e62

Please sign in to comment.