Skip to content

Commit

Permalink
new noodle kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 24, 2023
1 parent 64b1c74 commit 633d3cf
Show file tree
Hide file tree
Showing 365 changed files with 5,509 additions and 30,807 deletions.
10 changes: 3 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
28 changes: 0 additions & 28 deletions .env.example

This file was deleted.

16 changes: 16 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/** @type {import('eslint').Linter.Config} */
const config = {
root: true,
extends: ['noodle/base'],
parserOptions: {
tsconfigRootDir: __dirname,
project: [
'./tsconfig.json',
'./packages/*/tsconfig.json',
'./apps/*/tsconfig.json',
'./packages/config/*/tsconfig.json',
],
},
};

module.exports = config;
101 changes: 0 additions & 101 deletions .eslintrc.json

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/CI.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/chromatic.yml

This file was deleted.

Loading

0 comments on commit 633d3cf

Please sign in to comment.