diff --git a/examples/todo-list/.eslintrc.js b/examples/todo-list/.eslintrc.js new file mode 100644 index 000000000000..9a285b81e551 --- /dev/null +++ b/examples/todo-list/.eslintrc.js @@ -0,0 +1,8 @@ +// Copyright IBM Corp. 2018. All Rights Reserved. +// Node module: @loopback/example-todo-list +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + +module.exports = { + extends: ['@loopback/eslint-config'], +}; diff --git a/examples/todo/.eslintrc.js b/examples/todo/.eslintrc.js new file mode 100644 index 000000000000..2e9343067e94 --- /dev/null +++ b/examples/todo/.eslintrc.js @@ -0,0 +1,8 @@ +// Copyright IBM Corp. 2018. All Rights Reserved. +// Node module: @loopback/example-todo +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + +module.exports = { + extends: ['@loopback/eslint-config'], +};