Skip to content

Commit 6e52039

Browse files
authored
2022 (#4406)
1 parent 1b24fe9 commit 6e52039

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/api authors & contributors
1+
// Copyright 2017-2022 @polkadot/api authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const base = require('@polkadot/dev/config/eslint.cjs');

.prettierrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/api authors & contributors
1+
// Copyright 2017-2022 @polkadot/api authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
module.exports = require('@polkadot/dev/config/prettier.cjs');

babel.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/api authors & contributors
1+
// Copyright 2017-2022 @polkadot/api authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs');

jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/api authors & contributors
1+
// Copyright 2017-2022 @polkadot/api authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
const config = require('@polkadot/dev/config/jest.cjs');

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 @polkadot/api authors & contributors
1+
// Copyright 2017-2022 @polkadot/api authors & contributors
22
// SPDX-License-Identifier: Apache-2.0
33

44
import path from 'path';

0 commit comments

Comments
 (0)