Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 41f67f9

Browse files
committedMar 27, 2020
Rename the eslint-plugin-shopify package to @shopify/eslint-plugin

File tree

215 files changed

+144
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+144
-119
lines changed
 

‎.eslintignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
node_modules
22
/coverage
33

4+
45
# The eslint plugin test fixtures contain files that deliberatly fail linting
56
# in order to test that the plugin reports those errors. We don't want the
67
# normal eslint run to complain about those files though so ignore them here.
7-
packages/eslint-plugin-shopify/tests/fixtures
8+
packages/eslint-plugin/tests/fixtures

‎.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
extends: [
3-
'plugin:shopify/typescript',
4-
'plugin:shopify/react',
5-
'plugin:shopify/prettier',
6-
'plugin:shopify/node',
7-
'plugin:shopify/jest',
3+
'plugin:@shopify/typescript',
4+
'plugin:@shopify/react',
5+
'plugin:@shopify/prettier',
6+
'plugin:@shopify/node',
7+
'plugin:@shopify/jest',
88
],
99
};

0 commit comments

Comments
 (0)
This repository has been archived.