Skip to content

Commit d75338e

Browse files
authored
feat: add ESLint configuration (#35)
1 parent 41cde8f commit d75338e

File tree

6 files changed

+869
-18
lines changed

6 files changed

+869
-18
lines changed

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": ["./src/eslint/base.json"]
3+
}
4+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://travis-ci.org/dojo/scripts.svg?branch=master)](https://travis-ci.org/dojo/scripts )
55
[![npm version](https://badge.fury.io/js/dojo-scripts.svg)](http://badge.fury.io/js/dojo-scripts)
66

7-
A package of scripts to aid with Dojo 2 package development.
7+
A package of scripts to aid with Dojo package development.
88

99
## Features
1010

@@ -173,7 +173,7 @@ For example,
173173

174174
## How do I contribute?
175175

176-
We appreciate your interest! Please see the [Dojo 2 Meta Repository](https://github.com/dojo/meta#readme) for the
176+
We appreciate your interest! Please see the [Dojo Meta Repository](https://github.com/dojo/meta#readme) for the
177177
Contributing Guidelines and Style Guide.
178178

179179
## Licensing information

0 commit comments

Comments
 (0)